Files
bare-operating-system/packages/bare-os-coreutils/man/pages/id.json
T
2026-04-03 20:46:09 -04:00

16 lines
407 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"
}
]
}