AutoYADM commit: 2025-05-03 17:36:10
This commit is contained in:
parent
81a87ffdd0
commit
a77f74ed45
4 changed files with 75 additions and 1 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