about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm
blob: 4a64bbfbb49c3dfc438bc3b7274417bf622695b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#compdef rpm

_rpm_arguments \
  '-q:*:query: _rpm_query' \
  -{V,y,-{setperms,setugids,querytags,initdb,showrc}} \
  '-pipe:*:pipe command:_command_names -e' \
  '--verify:*:verify: _rpm_verify' \
  -{i,-install}':*:install: _rpm_install' \
  -{U,-upgrade}':*:upgrade: _rpm_upgrade' \
  -{e,-erase}':*:uninstall: _rpm_uninstall' \
  -'b+:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build: _rpm_build -b' \
  -'t+:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build: _rpm_build -t' \
  --{rebuild,rmsource,recompile,resign,addsign}':*:RPM package: _rpm_package' \
  -{K,-checksig}':*:sigcheck: _rpm_sigcheck' \
  '--rebuilddb:*:rebuild: _rpm_rebuild'