Module abscissa_core::command

source ·
Expand description

Application (sub)command(s), i.e. app entry points

Traits

Subcommand of an application: derives or otherwise implements the Options trait, but also has a run() method which can be used to invoke the given (sub)command.