forked from extern/nushell
feat: mark str to-datetime as deprecated command (#4448)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
mod insert;
|
||||
mod nth;
|
||||
mod pivot;
|
||||
mod str_datetime;
|
||||
mod str_decimal;
|
||||
mod str_int;
|
||||
mod unalias;
|
||||
@ -8,6 +9,7 @@ mod unalias;
|
||||
pub use insert::InsertDeprecated;
|
||||
pub use nth::NthDeprecated;
|
||||
pub use pivot::PivotDeprecated;
|
||||
pub use str_datetime::StrDatetimeDeprecated;
|
||||
pub use str_decimal::StrDecimalDeprecated;
|
||||
pub use str_int::StrIntDeprecated;
|
||||
pub use unalias::UnaliasDeprecated;
|
||||
|
Reference in New Issue
Block a user