mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:53:50 +02:00
add --add
flag
This commit is contained in:
parent
1e0e405ab6
commit
99377340c8
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`atom -n {{path/to/file_or_folder}}`
|
||||
|
||||
- Open a file or folder in an existing window:
|
||||
|
||||
`atom -a {{path/to/file_or_folder}}`
|
||||
|
||||
- Open atom in safe mode (does not load any additional packages):
|
||||
|
||||
`atom --safe`
|
||||
|
|
Loading…
Add table
Reference in a new issue