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" - config: short: "c" long: "config" default_value: "/etc/bunbun.yaml" help: Specify the location of the config file to read from. Needs read/write permissions.