bunbun/src/cli.yaml

26 lines
699 B
YAML
Raw Normal View History

2019-12-24 00:33:09 +00:00
name: "bunbun"
about: "Search/jump multiplexer service"
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"
- daemon:
short: "d"
long: "daemon"
help: "Run bunbun as a daemon."
- 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.