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