zackargyle/react-bash

ls doesn't respect -l option

nloveladyallen opened this issue · 3 comments

ls doesn't respect -l option

Good call. Added support in this commit.

Can you format the output like actual ls -l? As in showing permissions, file/directory/symlink status, etc.

That would be a feature request, since there is currently no such thing as permissions or symlinks. I'll look into it tho. :)