Module zet::args[][src]

Expand description

Code to parse the command line using structop and clap, and definitions of the parsed result

Structs

Args

Args contains the parsed command line.

Enums

OpName

Name of the requested operation

Functions

parsed

Returns the parsed command line: the Args return value’s op field is the set operation desired, and the files field holds the files to take as operands.