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
.
Functions
- Parses command-line arguments according to a clap
Parser
after applying Materialize-specific customizations.