Module cli

Source
Expand description

The command-line interface.

See Cli.

Structs§

Cli 🔒
A Rust Tor relay implementation.
GlobalArgs 🔒
Global arguments for all commands.
RunArgs 🔒
Arguments when running an Arti relay.

Enums§

Commands 🔒
Main subcommands.
LogLevel 🔒
Log levels allowed by the cli.

Statics§

DEFAULT_CONFIG_PATHS 🔒
A cached copy of the default config paths.

Functions§

cli_cmd_post_processing 🔒
Perform post-processing on the [Command] generated by clap for Cli.