DEBSOURCES
Skip Quicknav
sources / golang-github-withfig-autocomplete-tools / 0.0~git20241029.747689a%2Bds-2 / cli / publish-spec / test / fixtures / generated-spec-build-error / cli.sh
1234
#!/bin/bash if [ $1 == "generate-fig-spec" ]; then echo "const completion = {}[]; export default completion" fi