Update #4455, Regenerate all commands' docs (#4557)

This commit is contained in:
Justin Ma
2022-02-20 09:13:33 +08:00
committed by GitHub
parent aea4355d04
commit 2ecae0ef43
48 changed files with 481 additions and 52 deletions

View File

@ -8,12 +8,12 @@ base64 encode or decode a value
## Signature
```> hash base64 ...rest --character_set --encode --decode```
```> hash base64 ...rest --character-set --encode --decode```
## Parameters
- `...rest`: optionally base64 encode / decode data by column paths
- `--character_set {string}`: specify the character rules for encoding the input.
- `--character-set {string}`: specify the character rules for encoding the input.
Valid values are 'standard', 'standard-no-padding', 'url-safe', 'url-safe-no-padding','binhex', 'bcrypt', 'crypt'
- `--encode`: encode the input as base64. This is the default behavior if not specified.
- `--decode`: decode the input from base64