mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fix fish completion
This commit is contained in:
parent
ccad145956
commit
d5c1840d68
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
complete --command slpkg --long-option help --short-option h --description 'Print this help message and exit.'
|
||||
complete --command slpkg --long-option version --short-option v --description 'Print program version and exit.'
|
||||
complete --command slpkg --long-option autobuild --short-option a --description ''
|
||||
complete --command slpkg --long-option blacklist --description 'Auto build SBo packages. If you already have downloaded the script and the source code you can build a new package with this command.'
|
||||
complete --command slpkg --long-option autobuild --short-option a --description 'Auto build SBo packages. If you already have downloaded the script and the source code you can build a new package with this command.'
|
||||
complete --command slpkg --long-option blacklist --short-option b --description 'Manage packages in the blacklist. Add or remove packages and print the list. Each package is added here will not be accessible by the program.'
|
||||
complete --command slpkg --long-option queue --short-option q --description 'Manage SBo packages in the queue. Add or remove and print the list build-install of packages. Build and then install the packages from the queue.'
|
||||
complete --command slpkg --long-option config --short-option g --description 'Configuration file management. Print the configuration file or edit.'
|
||||
complete --command slpkg --long-option list --short-option l --description 'Print a list of all available packages repository, index or print only packages installed on the system.'
|
||||
|
|
Loading…
Reference in a new issue