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.
2 parents 06a5d64 + 073fc06 commit 3e1f1a1Copy full SHA for 3e1f1a1
.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