22 lines
440 B
JSON
22 lines
440 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"
|
|
}
|
|
]
|
|
}
|