nushell/crates/nu-cli/tests
默可思 221f36ca65
Add --directory (-D) flag to ls, list the directory itself instead of its contents (#5970)
* Avoid extending the directory without globs in `nu_engine::glob_from`

* avoid joining a `*` to the directory without globs

* remove checks on directory permission and whether it is empty

The previous implemention of `nu_engine::glob_from` will extend the
given directory even if it containes no glob pattern. This commit
overcomes lack of consistency with the function `nu_glob::glob`.

* Add flag -D to ls, to list the directory itself instead of its contents

* add --directory (-d) flag to ls

* correct the difference between the given path and the cwd

* set default path to `.` instead of `./*` when --directory (-d) flag is true

* add comments

* add an example

* add tests

* fmt
2022-07-08 14:15:34 -05:00
..
support Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
alias.rs Clippy and remove unused is_binary (#5879) 2022-06-26 08:20:28 +12:00
custom_completions.rs Fix alias completion crash (#5814) 2022-06-17 07:50:10 -05:00
dotnu_completions.rs nu-cli/completions: add custom completion test (#5543) 2022-05-14 15:09:41 -05:00
file_completions.rs Clippy and remove unused is_binary (#5879) 2022-06-26 08:20:28 +12:00
flag_completions.rs Add --directory (-D) flag to ls, list the directory itself instead of its contents (#5970) 2022-07-08 14:15:34 -05:00
folder_completions.rs nu-cli/completions: add custom completion test (#5543) 2022-05-14 15:09:41 -05:00
variables_completions.rs Support completion for alias and sub-command (#5749) 2022-06-10 12:59:15 -05:00