Class: Neetob::CLI::Local::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neetob/cli/local/commands.rb

Instance Method Summary collapse

Instance Method Details

#lsObject



13
14
15
# File 'lib/neetob/cli/local/commands.rb', line 13

def ls
  Ls.new(options[:apps], options[:dir], options[:sandbox]).run
end