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

16 lines
423 B
JSON

{
"name": "clear",
"section": 1,
"title": "clear the terminal screen",
"synopsis": ["clear [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of clear the terminal screen. Full behavior is defined in packages/bare-os-coreutils/src/clear.js.",
"options": [],
"keywords": ["clear", "bare-os", "coreutils"],
"examples": [
{
"caption": "wipe screen",
"code": "clear"
}
]
}