28 lines
482 B
JSON
28 lines
482 B
JSON
{
|
|
"name": "base32",
|
|
"section": 1,
|
|
"title": "encode or decode base32",
|
|
"synopsis": [
|
|
"base32 [-d] [FILE]"
|
|
],
|
|
"description": "RFC 4648 Base32; decode emits raw bytes when stdout supports binary.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"base32",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "base32"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|