Skip to content

Commit 8475e16

Browse files
committed
🎏 mommy fixes the new fish completions~
1 parent 9a1378d commit 8475e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/completions/fish/mommy.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ complete --command mommy --short-option 1 \
7878
# Usage
7979
complete --command mommy \
8080
--keep-order \
81-
--arguments "(complete --do-complete \"(get_args_with_token)\")" \
81+
--arguments "(complete --do-complete \"\$(get_args_with_token)\")" \
8282
--condition "test -n (get_args_with_token); or not __fish_seen_argument -h --help -v --version -t --toggle -e --eval -p --pipefail -s --status"
8383
complete --command mommy --short-option e --long-option eval \
8484
--require-parameter \

0 commit comments

Comments
 (0)