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

30 lines
593 B
JSON

{
"name": "help",
"section": 1,
"title": "Bare OS help summary",
"synopsis": ["help"],
"description": "Prints a one-screen summary of shell builtins and /bin command names. Use man for long-form documentation.",
"options": [],
"keywords": ["help", "summary", "builtins", "commands"],
"seeAlso": [
{
"name": "man",
"section": 1
},
{
"name": "bare-os-shell",
"section": 1
}
],
"examples": [
{
"caption": "quick index",
"code": "help"
},
{
"caption": "then deep dive",
"code": "man grep"
}
]
}