forked from extern/nushell
Clean up which/which-support Cargo feature (#5019)
* Rename "which" feature to "which-support" * Ignore currently broken environment tests
This commit is contained in:
@ -142,7 +142,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Sys,
|
||||
};
|
||||
|
||||
#[cfg(feature = "which")]
|
||||
#[cfg(feature = "which-support")]
|
||||
bind_command! { Which };
|
||||
|
||||
// Strings
|
||||
|
Reference in New Issue
Block a user