nushell/crates/nu-cli
pwygab 8d7bb9147e
Attempts to fix file completions for open, rm and ls (and other filesystem commands) (#5805)
* fixes the issue for 'open' and other commands that explicitly use `SyntaxShape::Filepath`

* fixes for `rm` and similar commands

* fixes for `ls`: potentially breaking?

* fmt

* a curious fix to the test

* a curious fix to the test, except for Windows this time

* fixes Windows tests failing

* resolves it by putting an explicit check for `ls`

* reverts unnecessary test changes; fmt

* changes the order of completion operations
2022-06-17 07:47:43 -05:00
..
src Attempts to fix file completions for open, rm and ls (and other filesystem commands) (#5805) 2022-06-17 07:47:43 -05:00
tests Support completion for alias and sub-command (#5749) 2022-06-10 12:59:15 -05:00
Cargo.toml bump to 0.64 (#5777) 2022-06-15 14:39:17 +12:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00