# File lib/foreman_maintain/cli/advanced/procedure/by_tag_command.rb, line 21 def execute puts help end
# 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