Available on crate feature
cli
only.Expand description
Command-line parsing utilities.
Structs§
- Configures command-line parsing via
parse_args
. - A command-line argument that defaults to
true
that can be falsified with--flag=false
- A command-line argument of the form
KEY=VALUE
.
Constants§
- A help template for use with clap that does not include the name of the binary or the version in the help output.
Functions§
- Parses command-line arguments according to a clap
Parser
after applying Materialize-specific customizations.