Method: Mysh::GlsCommand#process_command

Defined in:
lib/mysh/internal/gls.rb

#process_command(input) ⇒ Object

Execute the gls command.



16
17
18
19
20
# File 'lib/mysh/internal/gls.rb', line 16

def process_command(input)
  process_args(input.args)
  gather_gems
  send(@report)
end