Skip to content

Commit

Permalink
Merge pull request #491
Browse files Browse the repository at this point in the history
  • Loading branch information
erijo committed Dec 15, 2024
2 parents 119d1dd + 16deac6 commit 1d69ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/fish/yadm.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d69ce3

Please sign in to comment.