mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 08:21:22 +02:00
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:
2
crates/nu-cmd-extra/tests/commands/mod.rs
Normal file
2
crates/nu-cmd-extra/tests/commands/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
#[cfg(feature = "extra")]
|
||||
mod bytes;
|
Reference in New Issue
Block a user