Files
bare-operating-system/packages/bare-os-coreutils/man/pages/hdms.json
T
2026-04-03 20:46:09 -04:00

21 lines
561 B
JSON

{
"name": "hdms",
"section": 1,
"title": "Hyperswarm distributed map store",
"synopsis": ["hdms [OPTION]... [OPERAND]..."],
"description": "Invokes ctx.runHdms when the booter provides HDMS integration; otherwise prints unavailable.",
"options": [],
"keywords": ["hdms", "hyperswarm", "map"],
"bareOsNotes": "Optional booter capability.",
"examples": [
{
"caption": "when booter wires HDMS",
"code": "hdms ls /mnt"
},
{
"caption": "otherwise",
"code": "# prints unavailable without ctx.runHdms"
}
]
}