Skip to content

Instantly share code, notes, and snippets.

❯ poetry install --help
Usage:
install [options]
Options:
--no-dev Do not install dev dependencies.
--dry-run Outputs the operations but will not execute anything (implicitly enables --verbose).
-E, --extras=EXTRAS Extra sets of dependencies to install. (multiple values allowed)
--develop=DEVELOP Install given packages in development mode. (multiple values allowed)
-h, --help Display this help message
function isValidPropertyName(node: ts.ComputedPropertyName): boolean {
if (
ts.isStringLiteral(node.expression) &&
isValidEs6Identifier(node.expression.text)
) {
return true
}
if (ts.isNumericLiteral(node.expression)) {
@sbdchd
sbdchd / last
Created September 5, 2015 13:44
contents of ~/.tmux/resurrect/lasts
pane 0 0 : 1 :* 0 :/Users/steve 1 bash :
pane 1 0 :github 0 :- 0 :/Users/steve 1 bash :
pane 1 1 :dotfiles 1 :* 0 :/Users/steve 1 bash :
pane 1 2 :hooli 0 : 0 :/Users/steve 1 bash :
pane 1 3 :bash 0 : 0 :/Users/steve 1 bash :
window 0 0 1 :* ae5d,80x23,0,0,0
window 1 0 0 :- b25e,80x24,0,0,1
window 1 1 1 :* b25f,80x24,0,0,2
window 1 2 0 : b260,80x24,0,0,3
window 1 3 0 : b261,80x24,0,0,4