complete -c nproc -l ignore -d 'ignore up to N cores' -r
complete -c nproc -l all -d 'print the number of cores available to the system'
complete -c nproc -s h -l help -d 'Print help'
complete -c nproc -s V -l version -d 'Print version'
