Crate sylveon

Crate sylveon 

Source
Expand description

A very simple way to parse CLI arguments.

Macros§

parse
Parse CLI arguments.
try_parse
Parse CLI arguments.

Structs§

Args
Argument parser. This can be given to parse to customise which arguments are parsed, as well as the formatting.
Color
An ANSI formatting sequence, which can be disabled.
Style
Colors for Error output.

Enums§

Error
parse exit condition. This may occur with invalid arguments, or if --help is given, Error::Help.
Opt
A command line option. This is used by parse.