forked from extern/nushell
Add bits or
and bits xor
command (#6190)
This commit is contained in:
@ -212,6 +212,8 @@ pub fn create_default_context() -> EngineState {
|
||||
Bits,
|
||||
BitsAnd,
|
||||
BitsNot,
|
||||
BitsOr,
|
||||
BitsXor,
|
||||
}
|
||||
|
||||
// Bytes
|
||||
|
Reference in New Issue
Block a user