7 Commits

Author SHA1 Message Date
Ville Skyttä
c875723bef Include trailing equals sign in options that take arguments that way.
This way it's clearer to users that an argument is expected.  It's
likely that this commit does not catch all such cases, but it should
do it for most of the affected commands I have installed.
2011-05-02 11:45:55 +03:00
Ville Skyttä
a54857cd05 _init_completion: Add -s for splitting long options, use it in completions. 2011-05-02 00:04:26 +03:00
Ville Skyttä
a785f1c2f9 autotools, xsltproc: Use _parse_help instead of _longopt. 2011-05-01 12:10:16 +03:00
Ville Skyttä
6e809d032c Remove = from COMP_WORDBREAKS when using _split_longopt().
Without this, it does not do anything useful in bash >= 4.0.
2011-04-25 00:09:50 +03:00
Ville Skyttä
59e189e636 Remaining _init_completion() related changes missed in the first round. 2011-04-21 11:16:11 +03:00
Ville Skyttä
faf8ad159e Use _init_completion() in completions/a*. 2011-04-20 14:18:27 +03:00
Ville Skyttä
8f0055553b Add/improve various autotools completions. 2010-11-12 21:56:40 +02:00