Crate yozefu_command

Source
Expand description

Structures and utility functions to build the command line interface of yozefu. It relies on the clap crate.

Structs§

  • CLI parser
  • Wrapper of around the lib::Error struct.

Constants§

Traits§

  • Parse command-line arguments into Self.

Derive Macros§

  • Generates the Parser implementation.