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

22 lines
447 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"
}
]
}