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

22 lines
431 B
JSON

{
"name": "id",
"section": 1,
"title": "return user identity",
"synopsis": [
"id [OPTION]... [OPERAND]..."
],
"description": "Bare OS implementation of return user identity. Full behavior is defined in packages/bare-os-coreutils/src/id.js.",
"options": [],
"keywords": [
"id",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "who am I numerically",
"code": "id"
}
]
}