class Barista::Behaviors::Brew::CliCommand
- Barista::Behaviors::Brew::CliCommand
- Athena::Console::Command
- Reference
- Object
Defined in:
barista/behaviors/brew/cli_command.crConstructors
Instance Method Summary
-
#configure : Nil
Can be overridden to configure the current command, such as setting the name, adding arguments/options, setting help information etc.
- #project : Barista::Behaviors::Brew::Project
Constructor Detail
Instance Method Detail
def configure : Nil
#
Description copied from class Athena::Console::Command
Can be overridden to configure the current command, such as setting the name, adding arguments/options, setting help information etc.