Module cli

Source
Available on crate feature cli only.
Expand description

Command-line parsing utilities.

Structs§

CliConfig
Configures command-line parsing via parse_args.
DefaultTrue
A command-line argument that defaults to true that can be falsified with --flag=false
KeyValueArg
A command-line argument of the form KEY=VALUE.

Constants§

NO_VERSION_HELP_TEMPLATE 🔒
A help template for use with clap that does not include the name of the binary or the version in the help output.

Functions§

parse_args
Parses command-line arguments according to a clap Parser after applying Materialize-specific customizations.