nushell/crates/nu-command
Justin Ma ce6df93d05
Add bits shl and bits shr command (#6202)
* Add `bits shift-left` and `bits shift-right` command

* update bits shift error tips

* some code refactor

* update shift right

* some code refactor for bits shift commands

* rename bits shift commands align with bits operators

* update search term

* Update crates/nu-command/src/bits/not.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/bits/shift_left.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/bits/shift_right.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* ci skip

* change default number-bytes for bits shift

* fix bits not tests

* fix bits tests

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
2022-08-02 15:52:04 -05:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
tests allow -h flags for export subcommands (#6189) 2022-08-02 10:26:16 -05:00
build.rs Look up git commit hash ourselves, drop libgit2 dependency (#5548) 2022-05-16 13:57:25 +12:00
Cargo.toml Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00