summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/cli.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti-relay: small change to log level commentSteven Engler2024-11-141-1/+1
| | | | | In arti this option is just a convenience function to override the configuration option, so we'll probably want to do the same thing.
* arti-relay: add cli testsSteven Engler2024-11-131-0/+35
|
* arti-relay: add 'build-info' subcommandSteven Engler2024-11-131-0/+2
|
* arti-relay: add clap for cliSteven Engler2024-11-131-0/+86
The options are inspired by the arti cli interface.