doc dev flag

This commit is contained in:
Kevin Sawicki
2013-05-28 18:15:25 -07:00
parent be595a62b7
commit 30b67af51a

View File

@@ -24,6 +24,7 @@ parseCommandLine = ->
Usage: atom [options] [file ..]
"""
options.alias('d', 'dev').boolean('d').describe('d', 'Run in development mode.')
options.alias('h', 'help').boolean('h').describe('h', 'Print this usage message.')
options.alias('w', 'wait').boolean('w').describe('w', 'Wait for window to be closed before returning.')
args = options.argv