16 lines
412 B
JSON
16 lines
412 B
JSON
{
|
|
"name": "which",
|
|
"section": 1,
|
|
"title": "locate a command",
|
|
"synopsis": ["which [OPTION]... [OPERAND]..."],
|
|
"description": "Bare OS implementation of locate a command. Full behavior is defined in packages/bare-os-coreutils/src/which.js.",
|
|
"options": [],
|
|
"keywords": ["which", "bare-os", "coreutils"],
|
|
"examples": [
|
|
{
|
|
"caption": "resolve on PATH",
|
|
"code": "which ls"
|
|
}
|
|
]
|
|
}
|