2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-24 11:27:14 +00: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

2 lines
37 B
Rust

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