Skip to main content

Module cli

Module cli 

Source

Functionsยง

parse_bool
Parse a boolean from a variety of common string representations. Accepts: 1/0, true/false, yes/no, on/off (case-insensitive).
take_value
Fetch the next token value for a flag from any iterator over Strings. Returns anyhow::Error when value is missing.