1
0
Fork 0
mirror of synced 2024-12-21 06:01:08 -05:00

Merge pull request #491

This commit is contained in:
Erik Flodin 2024-12-15 17:25:27 +01:00
commit 1d69ce370c
No known key found for this signature in database
GPG key ID: 420A7C865EE3F85F

View file

@ -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