1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:33:38 +02:00

add --add flag

This commit is contained in:
Jan T. Sott 2018-07-24 11:38:29 +02:00 committed by Agniva De Sarker
parent 1e0e405ab6
commit 99377340c8

View file

@ -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`