Skip to main content

Module builtins

Module builtins 

Source
Expand description

Built-in commands shipped with rtb-cli.

Every built-in is an impl Command registered via rtb_app::command::BUILTIN_COMMANDS. Application::run filters them by the runtime Features set before handing them to clap.

Structs§

DoctorCmd
The doctor subcommand.
InitCmd
The init subcommand.
VersionCmd
The version subcommand.