From 16deac67b53fea8e02e88565f344dd2c19bb5b93 Mon Sep 17 00:00:00 2001 From: heddxh Date: Tue, 16 Jul 2024 17:25:44 +0800 Subject: [PATCH] fix: yadm config in fish completion --- completion/fish/yadm.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/fish/yadm.fish b/completion/fish/yadm.fish index ffb9067..484a098 100644 --- a/completion/fish/yadm.fish +++ b/completion/fish/yadm.fish @@ -60,7 +60,7 @@ complete -x -c yadm -n '__fish_yadm_using_command introspect' -a (printf -- '%s\ complete -x -c yadm -n '__fish_yadm_needs_command' -a 'gitconfig' -d 'Pass options to the git config command' complete -x -c yadm -n '__fish_yadm_needs_command' -a 'config' -d 'Configure a setting' for name in (yadm introspect configs) - complete -x -c yadm -n '__fish_yadm_using_command config' -a '$name' -d 'yadm config' + complete -x -c yadm -n '__fish_yadm_using_command config' -a $name -d 'yadm config' end # yadm universial options