AutoYADM commit: 2025-05-02 19:20:12

This commit is contained in:
Daniel Fichtinger 2025-05-02 19:20:13 -04:00
parent 0715b481e2
commit da0dd77591
4 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,7 @@
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