Available on crate feature
cli
only.Expand description
Command-line parsing utilities.
Structs§
- CliConfig
- Configures command-line parsing via
parse_args
. - Default
True - A command-line argument that defaults to
true
that can be falsified with--flag=false
- KeyValue
Arg - 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.