Merge pull request #491
This commit is contained in:
commit
1d69ce370c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue