mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "geturl",
|
|
"summary": "Fetch a URL and print the response",
|
|
"symbols": {
|
|
"url": { "kind": "positional", "type": "url", "name": "URL", "summary": "Address to fetch" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "url" }
|
|
}
|