Class: Ufo::CLI::Central
- Inherits:
-
Ufo::Command
show all
- Defined in:
- lib/ufo/cli/central.rb,
lib/ufo/cli/central/base.rb,
lib/ufo/cli/central/clean.rb,
lib/ufo/cli/central/update.rb
Defined Under Namespace
Classes: Base, Clean, Update
Instance Method Summary
collapse
alter_command_description, check_project!, check_version_structure!, command_help, configure_dsl_evaluator, dispatch, exit_on_failure?, help_flags, non_project_command?, subcommand?, website
#logger
Instance Method Details
#clean ⇒ Object
15
16
17
|
# File 'lib/ufo/cli/central.rb', line 15
def clean
Clean.new(options).run
end
|
#update ⇒ Object
8
9
10
|
# File 'lib/ufo/cli/central.rb', line 8
def update
Update.new(options).run
end
|