Crate mailpot_cli
source ·Modules
- args 🔒
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
Args
impl. - Generates the
Parser
implementation. - Generates the
Subcommand
impl.