forked from extern/nushell
deprecated commands (#4405)
* deprecated commands * deprecated insert command
This commit is contained in:
@ -343,6 +343,18 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
ViewSource,
|
||||
};
|
||||
|
||||
// Deprecated
|
||||
bind_command! {
|
||||
InsertDeprecated,
|
||||
PivotDeprecated,
|
||||
StrDecimalDeprecated,
|
||||
StrIntDeprecated,
|
||||
NthDeprecated,
|
||||
};
|
||||
|
||||
#[cfg(feature = "dataframe")]
|
||||
bind_command!(DataframeDeprecated);
|
||||
|
||||
#[cfg(feature = "plugin")]
|
||||
bind_command!(Register);
|
||||
|
||||
|
Reference in New Issue
Block a user