nushell/src/shell
Corvus Corax 7061af712e ls will return error if no files/folders match path/pattern (#1286)
* `ls` will return error if no files/folders match path/pattern

* Revert changes to src/data/files.rs

* Add a name_only flag to dir_entry_dict

Add name_only flag to indicate if the caller only cares about filenames
or wants the whole path

* Update ls changes from feedback

* Little cleanup

* Resolve merge conflicts

* lints
2020-01-29 05:58:31 +13:00
..
completer.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
filesystem_shell.rs ls will return error if no files/folders match path/pattern (#1286) 2020-01-29 05:58:31 +13:00
help_shell.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
helper.rs Updated rustyline to 6.0.0. Added completion_mode config (#1289) 2020-01-27 16:41:17 +13:00
shell.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
shell_manager.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
value_shell.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00