1
1
Fork 0
nixos/options/custom/programs/zed/snippets/shell script.json
2025-03-17 22:47:29 -05:00

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\" \"\\$@\")\""
]
}
}