AutoYADM commit: 2025-05-02 19:20:12
This commit is contained in:
parent
0715b481e2
commit
da0dd77591
4 changed files with 14 additions and 3 deletions
7
.config/fish/completions/newrepo.fish
Normal file
7
.config/fish/completions/newrepo.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue