Class: Taggata::Cli::CleanupCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/taggata/cli/cleanup.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



7
8
9
# File 'lib/taggata/cli/cleanup.rb', line 7

def execute
  remove_tags if tags?
end