Skip to content

Modify the bits command in nu-cmd-extra to improve visibility#9516

Merged
stormasm merged 2 commits intonushell:mainfrom
stormasm:bitsnopub
Jun 24, 2023
Merged

Modify the bits command in nu-cmd-extra to improve visibility#9516
stormasm merged 2 commits intonushell:mainfrom
stormasm:bitsnopub

Conversation

@stormasm
Copy link
Copy Markdown
Contributor

In the spirit of #9509 we are changing the visibility of the bits commands
to align with the way they are correctly done in the bytes commands...

Thanks to @sholderbach for pointing out this nice improvement
to me in my PR earlier in the day...

mod and;
mod bits_;
mod not;
mod or;
mod rotate_left;
mod rotate_right;
mod shift_left;
mod shift_right;
mod xor;

@stormasm stormasm merged commit 14daa93 into nushell:main Jun 24, 2023
@stormasm stormasm deleted the bitsnopub branch June 24, 2023 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant