Module mailpot_cli::args
source · Structs
- Account options.
- An owned, mutable path (akin to
String). - Postfix config values.
- Subscription options.
Enums
Traits
- Parse a set of arguments into a user-defined container.
- Create a [
Command] relevant for a user-defined container. - Parse command-line arguments into
Self. - Parse a sub-command into a user-defined enum.
- Parse/validate argument values
Derive Macros
- Generates the
Argsimpl. - Generates the
Parserimplementation. - Generates the
Subcommandimpl.