Class: Terraspace::CLI::Clean::All
- Defined in:
- lib/terraspace/cli/clean/all.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Util::Pretty
Methods included from Util::Sure
Methods included from Util::Logging
Constructor Details
This class inherits a constructor from Terraspace::CLI::Base
Instance Method Details
#are_you_sure? ⇒ Boolean
10 11 12 13 14 15 16 |
# File 'lib/terraspace/cli/clean/all.rb', line 10 def are_you_sure? = <<~EOL.chomp Will remove Terraspace cache and logs. Are you sure? EOL sure?() # from Util::Sure end |