|
| 1 | +#compdef ugrd |
| 2 | + |
| 3 | +_arguments \ |
| 4 | + '--build-logging[Enable additional build logging.]' \ |
| 5 | + '--no-build-logging[Disable additional build logging.]' \ |
| 6 | + '-c[Config file location.]:config file:_files' \ |
| 7 | + '--config[Config file location.]:config file:_files' \ |
| 8 | + '--kernel-version[Set the kernel version.]:kernel version:_files -W /lib/modules -/' \ |
| 9 | + '--kver[Set the kernel version.]:kernel version:_files -W /lib/modules -/' \ |
| 10 | + '--clean[Enable build directory cleaning.]' \ |
| 11 | + '--no-clean[Disable build directory cleaning.]' \ |
| 12 | + '--validate[Enable config validation.]' \ |
| 13 | + '--no-validate[Disable config validation.]' \ |
| 14 | + '--hostonly[Enable hostonly mode, required for automatic kmod detection.]' \ |
| 15 | + '--no-hostonly[Disable hostonly mode.]' \ |
| 16 | + '--lspci[Use lspci to auto-detect kmods]' \ |
| 17 | + '--no-lspci[Do not use lspci to auto-detect kmods]' \ |
| 18 | + '--lsmod[Use lsmod to auto-detect kmods]' \ |
| 19 | + '--no-lsmod[Do not use lsmod to auto-detect kmods]' \ |
| 20 | + '--firmware[Include firmware files found with modinfo.]' \ |
| 21 | + '--no-firmware[Exclude firmware files.]' \ |
| 22 | + '--autodetect-root[Autodetect the root partition.]' \ |
| 23 | + '--no-autodetect-root[Do not autodetect the root partition.]' \ |
| 24 | + '--autodetect-root-luks[Autodetect LUKS volumes under the root partition.]' \ |
| 25 | + '--no-autodetect-root-luks[Do not autodetect root LUKS volumes.]' \ |
| 26 | + '--print-config[Print the final config dict.]' \ |
| 27 | + '-d[Debug mode.]' \ |
| 28 | + '--debug[Debug mode.]' \ |
| 29 | + '--help[Show help information.]' \ |
| 30 | + '-h[Show help information.]' \ |
| 31 | + '-dd[Verbose debug mode.]' \ |
| 32 | + '--verbose[Verbose debug mode.]' \ |
| 33 | + '--log-file[Specify a log file.]' \ |
| 34 | + '--log-level[Specify log level.]' \ |
| 35 | + '-v[Show version information.]' \ |
| 36 | + '--version[Show version information.]' |
0 commit comments