mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Add bits not command (#6143)
Add `bits not` Options: `--number-bytes` and `--sized`
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
mod bits;
|
||||
mod bytes;
|
||||
mod charting;
|
||||
mod conversions;
|
||||
@ -25,6 +26,7 @@ mod strings;
|
||||
mod system;
|
||||
mod viewers;
|
||||
|
||||
pub use bits::*;
|
||||
pub use bytes::*;
|
||||
pub use charting::*;
|
||||
pub use conversions::*;
|
||||
|
Reference in New Issue
Block a user