Skip to content

Commit

Permalink
Add meson test -j to bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan957 committed Oct 31, 2023
1 parent ce691f8 commit d18b36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/shell-completions/bash/meson
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ _meson-init() {
_meson-test() {
shortopts=(
h
j
q
v
t
Expand Down Expand Up @@ -474,7 +475,7 @@ for test in json.load(sys.stdin):
return
;;

--num-processes)
-j | --num-processes)
# number, can't be completed
return
;;
Expand Down

0 comments on commit d18b36a

Please sign in to comment.