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

Methods inherited from Ufo::Command

alter_command_description, check_project!, check_version_structure!, command_help, configure_dsl_evaluator, dispatch, exit_on_failure?, help_flags, non_project_command?, subcommand?, website

Methods included from Utils::Logging

#logger

Instance Method Details

#cleanObject



15
16
17
# File 'lib/ufo/cli/central.rb', line 15

def clean
  Clean.new(options).run
end

#updateObject



8
9
10
# File 'lib/ufo/cli/central.rb', line 8

def update
  Update.new(options).run
end