Module: Terradactyl::Terraform::Rev011::Show

Defined in:
lib/terradactyl/terraform/commands/show.rb

Instance Method Summary collapse

Instance Method Details

#defaultsObject



27
28
29
30
31
32
# File 'lib/terradactyl/terraform/commands/show.rb', line 27

def defaults
  {
    'module-depth' => -1,
    'no-color' => false
  }
end

#switchesObject



34
35
36
37
38
# File 'lib/terradactyl/terraform/commands/show.rb', line 34

def switches
  %w[
    no-color
  ]
end