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

16 lines
431 B
JSON

{
"name": "whoami",
"section": 1,
"title": "display effective user ID",
"synopsis": ["whoami [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of display effective user ID. Full behavior is defined in packages/bare-os-coreutils/src/whoami.js.",
"options": [],
"keywords": ["whoami", "bare-os", "coreutils"],
"examples": [
{
"caption": "effective user",
"code": "whoami"
}
]
}