16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"name": "tty",
|
|
"section": 1,
|
|
"title": "return user's terminal name",
|
|
"synopsis": ["tty [OPTION]... [OPERAND]..."],
|
|
"description": "Bare OS implementation of return user's terminal name. Full behavior is defined in packages/bare-os-coreutils/src/tty.js.",
|
|
"options": [],
|
|
"keywords": ["tty", "bare-os", "coreutils"],
|
|
"examples": [
|
|
{
|
|
"caption": "am I a tty",
|
|
"code": "tty"
|
|
}
|
|
]
|
|
}
|