add keep deprecated commands (#5124)

This commit is contained in:
Darren Schroeder
2022-04-07 17:10:46 -05:00
committed by GitHub
parent 4f974efeba
commit bdfad6b1de
5 changed files with 117 additions and 0 deletions

View File

@ -371,6 +371,9 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
NthDeprecated,
UnaliasDeprecated,
StrFindReplaceDeprecated,
KeepDeprecated,
KeepUntilDeprecated,
KeepWhileDeprecated,
};
#[cfg(feature = "dataframe")]