- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4 - coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages - kernel-runner: no static node:module (Pear); bare-module createRequire - docs: handbook, reference, ADR, compatibility matrix, verify scripts
37 lines
621 B
JSON
37 lines
621 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"
|
|
}
|
|
]
|
|
}
|