Module mailpot_cli::args

source ·

Structs

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.