mkdocs
This commit is contained in:
parent
2d39ad60a5
commit
a5f114872f
9 changed files with 249 additions and 226 deletions
13
docs/CmdLine.md
Normal file
13
docs/CmdLine.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Command-Line Usage
|
||||
|
||||
Bumper has a number of available command-line arguments that can be viewed by adding the `-h` flag.
|
||||
|
||||
````
|
||||
usage: bumper [-h] [--listen LISTEN] [--announce ANNOUNCE] [--debug]
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--listen LISTEN start serving on address
|
||||
--announce ANNOUNCE announce address to bots on checkin
|
||||
--debug enable debug logs
|
||||
````
|
||||
Loading…
Add table
Add a link
Reference in a new issue