Skip to main content

Module cli

Module cli 

Source
Expand description

Root clap parser.

Holds the top-level Cli, the Commands enum, and the global args. Per-subcommand arg structs live in sibling files (cli/<name>.rs). No business logic anywhere in this module tree.

Modules§

completions
completions subcommand: parse-shape.
gate
gate subcommand: parse-shape.
hooks
hooks subcommand: parse-shape.
init
init subcommand: parse-shape.
license
license subcommand: parse-shape.
read
Shared parse-shape for the embedded-document readers.
upgrade
upgrade subcommand: parse-shape.
verify
verify subcommand: parse-shape.

Structs§

Cli
The sdd command line.
GlobalArgs
Flags every subcommand shares.

Enums§

Commands
Every subcommand sdd offers.