Skip to content

Commit 3e1f1a1

Browse files
authored
Merge pull request #3252 from carapace-sh/doc-skip-knownbridges
doc: completers - skip known bridges
2 parents 06a5d64 + 073fc06 commit 3e1f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/completers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44
echo "# Completers"
55
echo
66

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)"'
7+
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

Comments
 (0)