forked from extern/nushell
add keep deprecated commands (#5124)
This commit is contained in:
@ -371,6 +371,9 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
NthDeprecated,
|
||||
UnaliasDeprecated,
|
||||
StrFindReplaceDeprecated,
|
||||
KeepDeprecated,
|
||||
KeepUntilDeprecated,
|
||||
KeepWhileDeprecated,
|
||||
};
|
||||
|
||||
#[cfg(feature = "dataframe")]
|
||||
|
Reference in New Issue
Block a user