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:
parent
d9d1a82c89
commit
2b03926382
@ -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
|
||||
|
@ -130,18 +130,19 @@ more details.</p>
|
||||
|
||||
<h2 id="command-line-options">Command-line Options</h2>
|
||||
|
||||
<p><code>--config</code> <br />
|
||||
<p><code>--config, -c</code> <br />
|
||||
Allows you to define a custom config file to use. See <a href="/posts/configuration/">Configuration</a> for more details.</p>
|
||||
|
||||
<p><code>-h</code> <br />
|
||||
<p><code>--help, -h</code> <br />
|
||||
Shows help information for the command-line arguments that WTF
|
||||
takes.</p>
|
||||
|
||||
<p><code>--help [module name]</code> <br />
|
||||
<p><code>--module, -m</code> <br />
|
||||
Shows help information for the specific named module, if that module
|
||||
supports help text. Ex: <code>wtf --help git</code>.</p>
|
||||
supports help text. <br />
|
||||
Example: <code>wtf --module=todo</code>.</p>
|
||||
|
||||
<p><code>--version</code> <br />
|
||||
<p><code>--version, -v</code> <br />
|
||||
Shows version info.</p>
|
||||
|
||||
<h2 id="keyboard-commands">Keyboard Commands</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user