{
"name": "clear",
"description": "Clear the terminal screen",
"options": [
{
"names": [
"-T"
],
"description": "Indicates the type of terminal",
"takes_arg": true,
"arg": {
"name": "type"
}
},
{
"names": [
"-V"
],
"description": "Reports version of ncurses used in this program, and exits"
},
{
"names": [
"-x"
],
"description": "Do not attempt to clear terminal's scrollback buffer using the extended E3 capability"
}
]
}