Expand description
Parse Args into CLI events.
This module converts the clap-parsed Args struct into a sequence of CliEvents that can be processed by the reducer.
Functionsยง
- args_
to_ events - Convert CLI arguments into a sequence of events.
Parse Args into CLI events.
This module converts the clap-parsed Args struct into a sequence of CliEvents that can be processed by the reducer.