nushell/crates/nu-cli
Jason Gedge 73e65df5f6
Fix path completions for cd command. (#2525)
Previously, we weren't expanding `~`, so `std::fs::metadata` was failing. We now
make use of `PathSuggestion` to get the actual path, as represented by a
`PathBuf`.
2020-09-09 18:32:20 -04:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Fix path completions for cd command. (#2525) 2020-09-09 18:32:20 -04:00
tests each group and each window subcommands. (#2508) 2020-09-07 17:54:52 +12:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml remove unused dependencies (#2520) 2020-09-09 13:57:51 -05:00