Expand description
CLI argument parsing and type coercion for module commands.
Parses ["--key", "value", "-n", "2"] into a map and coerces values to handler types.
Functionsยง
- coerce_
bool - Coerce a string value to the target type.
- parse_
args - Parse CLI args into a map keyed by param name.