bunbun/src/cli.yaml

22 lines
612 B
YAML
Raw Normal View History

2019-12-24 00:33:09 +00:00
name: "bunbun"
2019-12-26 20:49:42 +00:00
about: "Search/jump multiplexer service."
2019-12-24 00:33:09 +00:00
args:
- verbose:
short: "v"
long: "verbose"
multiple: true
help: Increases the log level to info, debug, and trace, respectively.
conflicts_with: "quiet"
- quiet:
short: "q"
long: "quiet"
multiple: true
help: Decreases the log level to error or no logging at all, respectively.
conflicts_with: "verbose"
- config:
short: "c"
long: "config"
2019-12-24 05:05:56 +00:00
default_value: "/etc/bunbun.yaml"
2019-12-24 00:33:09 +00:00
help: Specify the location of the config file to read from. Needs read/write permissions.