class ForemanMaintain::Cli::ContentCommand

Public Instance Methods

execute() click to toggle source
# File lib/foreman_maintain/cli/content_command.rb, line 5
def execute
  run_scenarios_and_exit(Scenarios::Content::Prepare.new)
end