mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
doc dev flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user