18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"Shell Bash Argc": {
|
|
"prefix": "sba",
|
|
"body": [
|
|
"#! /usr/bin/env bash",
|
|
"",
|
|
"# @describe $1",
|
|
"#",
|
|
"# https://github.com/sigoden/argc",
|
|
"",
|
|
"# @meta combine-shorts",
|
|
"",
|
|
"$0",
|
|
"",
|
|
"eval \"\\$(argc --argc-eval \"\\$0\" \"\\$@\")\""
|
|
]
|
|
}
|
|
}
|