mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 06:14:04 +09:00
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "which",
|
|
"summary": "Report how a command name resolves",
|
|
"symbols": {
|
|
"program": { "kind": "positional", "type": "command", "name": "PROGRAM", "summary": "Command name to resolve" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "program" }
|
|
}
|