1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-03 22:20:48 +02:00
nushell/crates/nu-cmd-extra/tests/commands/mod.rs
Michael Angerman d1449c4ee7
cratification: move the bytes command to nu-cmd-extra ()
now that  has landed we can move the bytes command to nu-cmd-extra

in concert with

moving nu_command::util to nu-cmd-base
2023-06-23 12:23:08 -07:00

3 lines
37 B
Rust

#[cfg(feature = "extra")]
mod bytes;