forked from extern/nushell
add bits ror
and bits rol
commands (#6224)
This commit is contained in:
@ -214,6 +214,8 @@ pub fn create_default_context() -> EngineState {
|
||||
BitsNot,
|
||||
BitsOr,
|
||||
BitsXor,
|
||||
BitsRotateLeft,
|
||||
BitsRotateRight,
|
||||
BitsShiftLeft,
|
||||
BitsShiftRight,
|
||||
}
|
||||
|
Reference in New Issue
Block a user