Skip to main content

Module parser

Module parser 

Source
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.