Files
bare-operating-system/packages/bare-os-coreutils/man/pages/base32.json
T
2026-04-03 23:04:42 -04:00

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"
}