Expand description
Parsing utility functions.
Functionsยง
- parse_
date_ time_ opt - Parse an optional
OffsetDateTimeargument fromclap. - parse_
key_ value - Parse a
key=valueargument fromclap. - parse_
key_ value_ opt - Parse an
key=(value)argument fromclapwherevalueis 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.