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