1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

removed --color from lls command as macosx and friends dont support it

This commit is contained in:
John Mair 2011-04-24 21:24:50 +12:00
parent 99f6406b84
commit e1a6cf44fc

View file

@ -557,7 +557,6 @@ Shows local and instance variables by default.
command "lls", "List local files using 'ls'" do |*args|
cmd = ".ls"
cmd << " --color=always" if Pry.color
run cmd, *args
end