forked from extern/nushell
cratification: move the bytes command to nu-cmd-extra (#9509)
now that #9455 has landed we can move the bytes command to nu-cmd-extra in concert with moving nu_command::util to nu-cmd-base
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
mod bytes;
|
||||
mod charting;
|
||||
mod conversions;
|
||||
mod date;
|
||||
@ -26,10 +25,8 @@ mod shells;
|
||||
mod sort_utils;
|
||||
mod strings;
|
||||
mod system;
|
||||
pub mod util;
|
||||
mod viewers;
|
||||
|
||||
pub use bytes::*;
|
||||
pub use charting::*;
|
||||
pub use conversions::*;
|
||||
pub use date::*;
|
||||
@ -57,7 +54,6 @@ pub use shells::*;
|
||||
pub use sort_utils::*;
|
||||
pub use strings::*;
|
||||
pub use system::*;
|
||||
pub use util::*;
|
||||
pub use viewers::*;
|
||||
|
||||
#[cfg(feature = "sqlite")]
|
||||
|
Reference in New Issue
Block a user