We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a5d64 commit 073fc06Copy full SHA for 073fc06
.github/completers.sh
@@ -4,4 +4,4 @@ set -e
4
echo "# Completers"
5
echo
6
7
-carapace --list | jq --raw-output '.[][] | select(.group != "bridge" and .group != "user" and .group != "system") | "- [\(.name)\(if .variant then "/\(.variant)" else "" end)\(if .group != "common" then "@\(.group)" else "" end)](\(.url)) \(.description)"'
+carapace --list | jq --raw-output '.[][] | select(.group != "bridge" and .group != "user" and .group != "system") | "- [\(.name)\(if .variant then "/\(.variant)" else "" end)\(if .group != "bridge" and .group != "common" then "@\(.group)" else "" end)](\(.url)) \(.description)"'
0 commit comments