pub fn dispatch(command: Commands) -> ExitCodeExpand 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.