Skip to content

Commit 073fc06

Browse files
committed
doc: completers - skip known bridges
1 parent 06a5d64 commit 073fc06

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)