Add which command, add external completions, and builtin var completions (#782)

* Add which and external completions

* WIP

* Finish up external and var completions

* fix windows
This commit is contained in:
JT
2022-01-20 13:02:53 -05:00
committed by GitHub
parent d4b6b4b09a
commit 33ffb2c39a
9 changed files with 490 additions and 101 deletions

View File

@ -112,6 +112,9 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Sys,
};
#[cfg(feature = "which")]
bind_command! { Which };
// Strings
bind_command! {
BuildString,