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 6535ae3d6e
Show directories and executable for command completion. ()
* Show directories and executable for command completion.

Previously we chose from two sets for completing the command position:

1. internal commands, and
2. executables relative to the PATH environment variable.

We now also show directories/executables that match the relative/absolute path
that has been partially typed.

* Fix for Windows
2020-08-30 15:31:42 +12:00
..
assets moved theme assets local to crate () 2020-08-11 13:57:03 -05:00
src Show directories and executable for command completion. () 2020-08-30 15:31:42 +12:00
tests Create benign email test fixture () 2020-08-29 12:57:50 -04:00
build.rs Add wasm sample for CI () 2020-08-19 07:34:05 +12:00
Cargo.toml Add wasm sample for CI () 2020-08-19 07:34:05 +12:00