mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Document ATOM_DEV_RESOURCE_PATH environment variable in atom —help
This commit is contained in:
@@ -94,6 +94,14 @@ parseCommandLine = ->
|
||||
|
||||
if args.help
|
||||
process.stdout.write(options.help())
|
||||
process.stdout.write """
|
||||
|
||||
Environment Variables:
|
||||
ATOM_DEV_RESOURCE_PATH The path from which Atom loads source code in dev mode.
|
||||
Defaults to `~/github/atom`.
|
||||
|
||||
"""
|
||||
|
||||
process.exit(0)
|
||||
|
||||
if args.version
|
||||
|
||||
Reference in New Issue
Block a user