Module: Cuprum::Cli::Metadata

Extended by:
SleepingKingStudios::Tools::Toolbox::Mixin
Included in:
Command
Defined in:
lib/cuprum/cli/metadata.rb

Overview

Class methods for describing commands.

Defined Under Namespace

Modules: ClassMethods Classes: AbstractCommandError

Constant Summary collapse

FULL_NAME_FORMAT =

Format used to validate command names.

/\A[a-z_]+(:[a-z_]+)*\z/