21 lines
561 B
JSON
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"
|
|
}
|
|
]
|
|
}
|