nushell/crates/nu-cli
Jason Gedge 8f568f4fc5
Support completions for a single hyphen argument. (#2388)
The parser sees this as a positional argument, but when requesting completions
this could be either a filename that starts with a hyphen, or it could be a
flag. This expands the completion engine's interface to return a vec of possible
completion locations instead of an optional one, because we want to show all
possibilities instead of assuming one or the either.
2020-08-21 21:26:47 -04:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Support completions for a single hyphen argument. (#2388) 2020-08-21 21:26:47 -04:00
tests touch: support multiple arguments (#2386) 2020-08-22 12:08:30 +12:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00