2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-21 00:18:35 +00:00
nushell/crates/nu-cli
Jason Gedge c973850571
Show completions more than one level below ~ ()
Previously, we'd check for a `~/` prefix and then return the home directory as
the base `PathBuf`. We failed to consider pushing any of the other possible path
components into this base dir, which prevent completions more than one level
deep (for example, `~/.config/<TAB>` would fail).
2020-09-06 20:06:13 -04:00
..
assets moved theme assets local to crate () 2020-08-11 13:57:03 -05:00
src Show completions more than one level below ~ () 2020-09-06 20:06:13 -04:00
tests Num links added to ls -l output () 2020-09-06 12:36:50 -04:00
build.rs Add wasm sample for CI () 2020-08-19 07:34:05 +12:00
Cargo.toml use fs_extra to recursively move folders () 2020-09-04 11:44:53 +12:00