28 lines
495 B
JSON
28 lines
495 B
JSON
{
|
|
"name": "basenc",
|
|
"section": 1,
|
|
"title": "encode or decode with alphabet",
|
|
"synopsis": [
|
|
"basenc --base16 [-d] [FILE]"
|
|
],
|
|
"description": "Hex (base16) encode/decode only; other alphabets not implemented.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"basenc",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "basenc"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|