Module: Terradactyl::Terraform::Subcommands::Upgrade
- Defined in:
- lib/terradactyl/commands.rb
Instance Method Summary collapse
Instance Method Details
#defaults ⇒ Object
7 8 9 10 11 |
# File 'lib/terradactyl/commands.rb', line 7 def defaults { 'yes' => false } end |
#switches ⇒ Object
13 14 15 16 17 |
# File 'lib/terradactyl/commands.rb', line 13 def switches %w[ yes ] end |