[][src]Module abscissa_core::command

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

Structs

EntryPoint

Toplevel entrypoint command.

Help

Help command which prints usage information.

Usage

Presenter for usage information for a particular Command

Traits

Command

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