class ForemanMaintain::Cli::Procedure::ByTagCommand

Public Instance Methods

execute() click to toggle source
# File lib/foreman_maintain/cli/advanced/procedure/by_tag_command.rb, line 21
def execute
  puts help
end
help() click to toggle source
Calls superclass method
# File lib/foreman_maintain/cli/advanced/procedure/by_tag_command.rb, line 25
def help
  if self.class.recognised_subcommands.empty?
    warn 'WARNING: There were no tags found in procedures'
  end
  super
end