Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch(command: Commands) -> ExitCode
Expand description

Execute one alimentar command.

Split out of run() so apr data dispatches the SAME implementation rather than re-declaring the clap tree or shelling out to a second binary – one implementation, two names.