Module bdrck_params::command [] [src]

Structs

Command

A command is a single sub-command for a given program. Each command has its own description as well as sets of options and arguments that it accepts.

ExecutableCommand

An ExecutableCommand is a Command alongside a callback function which can be called to execute the command in question.

Type Definitions

CommandCallback
CommandResult