Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line interface definitions.

All argument parsing is handled by clap via the derive API. Add new subcommands here by extending Command and wiring them up in main.rs.

Structs§

Cli
Top-level CLI entry point.

Enums§

Command
Available subcommands.