mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 14:42:02 +00:00
Refresh the completion script
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
+6
-6
@@ -28,19 +28,19 @@ _swupd()
|
||||
#Adding all options for subcommands in an array
|
||||
mainsubcommands+=("bundle-add bundle-remove hashdump update verify check-update search")
|
||||
suboptions+=("$mainopts")
|
||||
suboptions+=(" -h --help -u --url -c --contenturl -v --versionurl -P --port -p --path -F --format -l --list -x --force")
|
||||
suboptions+=(" -h --help -u --url -c --contenturl -v --versionurl -P --port -p --path -F --format -l --list -x --force -S --statedir")
|
||||
mainsubcommands+=(" ")
|
||||
suboptions+=(" -h --help -p --path -u --url -c --contenturl -v --versionurl -P --port -F --format -x --force")
|
||||
suboptions+=(" -h --help -p --path -u --url -c --contenturl -v --versionurl -P --port -F --format -x --force -S --statedir")
|
||||
mainsubcommands+=(" ")
|
||||
suboptions+=(" -h --help -n --no-xattrs -b --basepath")
|
||||
mainsubcommands+=(" ")
|
||||
suboptions+=(" -h --help -d --download -u --url -P --port -c --contenturl -v --versionurl -s --status -F --format -p --path -x --force")
|
||||
suboptions+=(" -h --help -d --download -u --url -P --port -c --contenturl -v --versionurl -s --status -F --format -p --path -x --force -S --statedir")
|
||||
mainsubcommands+=(" ")
|
||||
suboptions+=(" -h --help -m --manifest -p --path -u --url -P --port -c --contenturl -v --versionurl -f --fix -i --install -F --format -q --quick -x --force")
|
||||
suboptions+=(" -h --help -m --manifest -p --path -u --url -P --port -c --contenturl -v --versionurl -f --fix -i --install -F --format -q --quick -x --force -S --statedir")
|
||||
mainsubcommands+=(" ")
|
||||
suboptions+=(" -h --help -u --url -v --versionurl -P --port -F --format -x --force -p --path")
|
||||
suboptions+=(" -h --help -u --url -v --versionurl -P --port -F --format -x --force -p --path -S --statedir")
|
||||
mainsubcommands+=(" ")
|
||||
suboptions+=(" -h --help -l --library -b --binary -s --scope -d --display-files -i --init -u --url -c --contenturl -v --versionurl -P --port -p --path -F --format")
|
||||
suboptions+=(" -h --help -l --library -b --binary -s --scope -d --display-files -i --init -u --url -c --contenturl -v --versionurl -P --port -p --path -F --format -S --statedir")
|
||||
mainsubcommands+=(" ")
|
||||
|
||||
#Need to get last subcommand entered by the user
|
||||
|
||||
Reference in New Issue
Block a user