Skip to main content

Module parsing

Module parsing 

Source
Expand description

Parsing utility functions.

Functionsยง

parse_date_time_opt
Parse an optional OffsetDateTime argument from clap.
parse_key_value
Parse a key=value argument from clap.
parse_key_value_opt
Parse an key=(value) argument from clap where value is optional.
replace_expressions
Replaces variables between {{ }} with text returned from function.
replace_vars
Replaces variables in the form $VAR_NAME with text returned from a function.