Method: VMC::Cli::Command::Apps#crashlogs
- Defined in:
- lib/cli/commands/apps.rb
#crashlogs(appname) ⇒ Object
344 345 346 347 |
# File 'lib/cli/commands/apps.rb', line 344 def crashlogs(appname) instance = @options[:instance] || '0' grab_crash_logs(appname, instance) end |