We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1378d commit 8475e16Copy full SHA for 8475e16
1 file changed
src/main/completions/fish/mommy.fish
@@ -78,7 +78,7 @@ complete --command mommy --short-option 1 \
78
# Usage
79
complete --command mommy \
80
--keep-order \
81
- --arguments "(complete --do-complete \"(get_args_with_token)\")" \
+ --arguments "(complete --do-complete \"\$(get_args_with_token)\")" \
82
--condition "test -n (get_args_with_token); or not __fish_seen_argument -h --help -v --version -t --toggle -e --eval -p --pipefail -s --status"
83
complete --command mommy --short-option e --long-option eval \
84
--require-parameter \
0 commit comments