Class: Mulder::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/mulder/cli.rb

Instance Method Summary collapse

Instance Method Details

#search(app, env, role, format = 'human', config_file = 'config/aws.yml') ⇒ Object



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

def search(app, env, role, format = 'human', config_file = 'config/aws.yml')
  Mulder.search(app, env, role, format, config_file)
end