Class: Terraspace::CLI::Untaint

Inherits:
Base
  • Object
show all
Defined in:
lib/terraspace/cli/untaint.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Util::Pretty

#pretty_path, #pretty_time

Methods included from Util::Sure

#sure?

Methods included from Util::Logging

#logger

Constructor Details

This class inherits a constructor from Terraspace::CLI::Base

Instance Method Details

#commanderObject



7
8
9
# File 'lib/terraspace/cli/untaint.rb', line 7

def commander
  Commander.new("untaint", @options)
end

#runObject



3
4
5
# File 'lib/terraspace/cli/untaint.rb', line 3

def run
  commander.run
end