Module zet::args

source ·
Expand description

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

Structs

Enums

  • Set operation to perform

Functions

  • 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.