Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Fix scons '--jobs' and '--question' completions



> 2023/08/18 17:15, Shohei YOSHIDA <syohex@xxxxxxxxx> wrote:
> 
> And This fixes optspec of '-j'/'--jobs' because they always take
> a number argument.
(snip)
> -  '(-j --jobs)-'{j,jobs=}'[specify no of jobs to run in parallel]' \
> +  '(-j --jobs)-'{j,-jobs=}'[specify no of jobs to run in parallel]:' \

Thanks.
I think it would be better to add also a message, like

'(-j --jobs)-'{j,-jobs=}'[specify no of jobs to run in parallel]:number of jobs' \

I will push with this modification.





Messages sorted by: Reverse Date, Date, Thread, Author