mirror of https://github.com/bobwen-dev/hunter
fix startup args table in README
This commit is contained in:
parent
5dd4666800
commit
fdc4eb52d0
|
@ -111,15 +111,18 @@ media_mute=off
|
|||
You can set a few options when hunter starts. These override the configuration file. You can also tell hunter to start in a certain directory.
|
||||
|
||||
**USAGE: hunter [FLAGS] [path]**
|
||||
**FLAGS: **
|
||||
|
||||
| **FLAGS: ** | |
|
||||
------------------------|-------------------------------------|
|
||||
| -a, --animation-off | Turn off animations |
|
||||
| --help | Prints help information |
|
||||
| -i, --icons | Show icons for different file types |
|
||||
| -h, --show-hiddenn | Show hidden files |
|
||||
| -V, --version | Prints version information |
|
||||
|
||||
**ARGS:**
|
||||
|<path> | Start in <path> |
|
||||
| **ARGS:** | |
|
||||
|----------------------|--------------------------------------|
|
||||
| [path] | Start in [path] |
|
||||
|
||||
|
||||
## Drop into hunter cwd on quit
|
||||
|
|
Loading…
Reference in New Issue