25 lines
699 B
YAML
25 lines
699 B
YAML
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"
|
|
default_value: "/etc/bunbun.toml"
|
|
help: Specify the location of the config file to read from. Needs read/write permissions.
|