fix: yadm config in fish completion
This commit is contained in:
parent
0a5e7aa353
commit
16deac67b5
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