forked from extern/nushell
feat: add unalias to deprecated command (#4440)
This commit is contained in:
@ -357,6 +357,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
StrDecimalDeprecated,
|
||||
StrIntDeprecated,
|
||||
NthDeprecated,
|
||||
UnaliasDeprecated,
|
||||
};
|
||||
|
||||
#[cfg(feature = "dataframe")]
|
||||
|
Reference in New Issue
Block a user