Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove now unecessary -b flag #977

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Conversation

AntoineSebert
Copy link
Contributor

The -b, that outputs the value as binary, has been removed as it is now the default behaviour.

"U29tZSBEYXRh" | decode base64                                                                                                                                        2024-10-20 20:56:15 
Length: 9 (0x9) bytes | printable whitespace ascii_other non_ascii
00000000:   53 6f 6d 65  20 44 61 74  61                         Some Data

Docs: https://www.nushell.sh/commands/docs/decode_base64.html

@fdncred fdncred merged commit 96c7e61 into nushell:main Oct 20, 2024
1 check passed
@fdncred
Copy link
Contributor

fdncred commented Oct 20, 2024

Thanks!

@AntoineSebert AntoineSebert deleted the patch-2 branch October 20, 2024 20:31
NotTheDr01ds pushed a commit to NotTheDr01ds/nu_scripts-fork that referenced this pull request Dec 20, 2024
The `-b`, that outputs the value as binary, has been removed as it is
now the default behaviour.
```sh
"U29tZSBEYXRh" | decode base64                                                                                                                                        2024-10-20 20:56:15 
Length: 9 (0x9) bytes | printable whitespace ascii_other non_ascii
00000000:   53 6f 6d 65  20 44 61 74  61                         Some Data
```
Docs: https://www.nushell.sh/commands/docs/decode_base64.html
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.

2 participants