atom: wait for git commit editor (#3785)

client-spec/clarity
Ryan Olson 2020-01-23 17:35:34 -07:00 committed by Iván Hernández Cazorla
parent d17785495d
commit fe1fa95713
1 changed files with 6 additions and 2 deletions

View File

@ -16,10 +16,14 @@
`atom --add {{path/to/file_or_directory}}`
- Open atom in safe mode (does not load any additional packages):
- Open Atom in safe mode (does not load any additional packages):
`atom --safe`
- Prevent atom from forking into the background, keeping atom attached to the terminal:
- Prevent Atom from forking into the background, keeping Atom attached to the terminal:
`atom --foreground`
- Wait for Atom window to close before returning (useful for git commit editor):
`atom --wait`