Files
bare-operating-system/packages/bare-os-coreutils/man/pages/hdms.json
T

27 lines
585 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"
}
]
}