Module gchemol_gut::cli

source ·

Re-exports

Structs

Enums

  • Behavior of arguments when they are encountered while parsing

Traits

  • Parse a set of arguments into a user-defined container.
  • NOTE: To make Clap derive work, clap must be included in Cargo.toml Create a [Command] relevant for a user-defined container.
  • Parse command-line arguments into Self.
  • Parse command-line arguments into Self.
  • Parse a sub-command into a user-defined enum.
  • Parse arguments into enums.

Derive Macros

  • Generates the Args impl.
  • Generates the Parser implementation.
  • Generates the Parser implementation.
  • Generates the Subcommand impl.
  • Generates the ValueEnum impl.