lbzip2: Add -n argument completion.
This commit is contained in:
parent
f8ac6a5aeb
commit
d141f9c6eb
@ -9,6 +9,10 @@ _bzip2()
|
||||
-b|-h|--help|-p)
|
||||
return 0
|
||||
;;
|
||||
-n)
|
||||
COMPREPLY=( $( compgen -W "{1..$(_ncpus)}" -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "$cur" == -* ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user