mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
atom: wait for git commit editor (#3785)
This commit is contained in:
parent
d17785495d
commit
fe1fa95713
1 changed files with 6 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue