dotfiles/.config/fish/completions/newrepo.fish

7 lines
419 B
Fish

complete -c newrepo -s h -l help -d 'Print help'
complete -c newrepo -s p -l private -d 'Set private visibility'
complete -c newrepo -s P -l public -d 'Set public visibility'
complete -c newrepo -s s -l srht -d 'Set sr.ht provider'
complete -c newrepo -s g -l github -d 'Set github provider'
complete -c newrepo -s a -l all -d 'Set all providers'
complete -c newrepo -s d -l description -d 'Set repo description' -r -f