We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_bash-it-component-list-matching()
1 parent 91b4d5a commit e599a95Copy full SHA for e599a95
lib/utilities.bash
@@ -125,7 +125,7 @@ _bash-it-component-list() {
125
_bash-it-component-list-matching() {
126
local component="$1"; shift
127
local term="$1"
128
- _bash-it-component-help "${component}" | $(_bash-it-grep) -E -- "${term}" | awk '{print $1}' | sort | uniq
+ _bash-it-component-help "${component}" | $(_bash-it-grep) -E -- "${term}" | awk '{print $1}' | sort -u
129
}
130
131
_bash-it-component-list-enabled() {
0 commit comments