Closed dmikushin closed 3 weeks ago
When the folder does not exist, facad's error reporting is mesleading:
►ls test Error: Unexpected argument 'test' Usage: ls [OPTION] [DIRECTORY] Try 'ls --help' for more information.
It would be very useful to have a more exact error message about invalid file or directory:
►ls.coreutils test ls.coreutils: cannot access 'test': No such file or directory
Thank you, @dmikushin ! I fixed it.
When the folder does not exist, facad's error reporting is mesleading:
It would be very useful to have a more exact error message about invalid file or directory: