3 4 5
# File 'lib/commands/list.rb', line 3 def run(what=nil) ARGV.reject { |x| x.start_with?("-") } end