16 lines
420 B
JSON
16 lines
420 B
JSON
{
|
|
"name": "pwd",
|
|
"section": 1,
|
|
"title": "return working directory name",
|
|
"synopsis": ["pwd [OPTION]... [OPERAND]..."],
|
|
"description": "Bare OS implementation of return working directory name. Full behavior is defined in packages/bare-os-coreutils/src/pwd.js.",
|
|
"options": [],
|
|
"keywords": ["pwd", "bare-os", "coreutils"],
|
|
"examples": [
|
|
{
|
|
"caption": "where am I",
|
|
"code": "pwd"
|
|
}
|
|
]
|
|
}
|