forked from extern/nushell
feat: mark str to-datetime as deprecated command (#4448)
This commit is contained in:
@ -354,6 +354,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
bind_command! {
|
||||
InsertDeprecated,
|
||||
PivotDeprecated,
|
||||
StrDatetimeDeprecated,
|
||||
StrDecimalDeprecated,
|
||||
StrIntDeprecated,
|
||||
NthDeprecated,
|
||||
|
Reference in New Issue
Block a user