forked from extern/nushell
feat: add unalias to deprecated command (#4440)
This commit is contained in:
@ -3,12 +3,14 @@ mod nth;
|
||||
mod pivot;
|
||||
mod str_decimal;
|
||||
mod str_int;
|
||||
mod unalias;
|
||||
|
||||
pub use insert::InsertDeprecated;
|
||||
pub use nth::NthDeprecated;
|
||||
pub use pivot::PivotDeprecated;
|
||||
pub use str_decimal::StrDecimalDeprecated;
|
||||
pub use str_int::StrIntDeprecated;
|
||||
pub use unalias::UnaliasDeprecated;
|
||||
|
||||
#[cfg(feature = "dataframe")]
|
||||
mod dataframe;
|
||||
|
Reference in New Issue
Block a user