1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Close #78. Add documentation for --module option

This commit is contained in:
Chris Cummer
2018-05-31 05:26:25 -07:00
parent d9d1a82c89
commit 2b03926382
2 changed files with 12 additions and 10 deletions

View File

@@ -23,18 +23,19 @@ more details.
## Command-line Options
`--config` <br />
`--config, -c` <br />
Allows you to define a custom config file to use. See <a href="/posts/configuration/">Configuration</a> for more details.
`-h` <br />
`--help, -h` <br />
Shows help information for the command-line arguments that WTF
takes.
`--help [module name]` <br />
`--module, -m` <br />
Shows help information for the specific named module, if that module
supports help text. Ex: `wtf --help git`.
supports help text. <br />
Example: `wtf --module=todo`.
`--version` <br />
`--version, -v` <br />
Shows version info.
## Keyboard Commands