summaryrefslogtreecommitdiff
path: root/completions/net-tools
Commit message (Collapse)AuthorAgeFilesLines
* Split/rename many completions into per-command files.Ville Skyttä2011-10-121-114/+0
|
* Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-121-4/+1
|
* ether-wake: Use _parse_help.Ville Skyttä2011-05-121-1/+1
|
* Include trailing equals sign in options that take arguments that way.Ville Skyttä2011-05-021-0/+1
| | | | | | 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.
* _init_completion: Add -s for splitting long options, use it in completions.Ville Skyttä2011-05-021-10/+4
|
* Convert many completions to use _parse_help() instead of hardcoded option lists.Ville Skyttä2011-04-281-6/+2
|
* route: Don't leak local $opt.Ville Skyttä2011-04-271-1/+1
|
* Remove = from COMP_WORDBREAKS when using _split_longopt().Ville Skyttä2011-04-251-2/+2
| | | | Without this, it does not do anything useful in bash >= 4.0.
* Use _init_completion() in completions/n*.Ville Skyttä2011-04-201-17/+12
|
* Add ether-wake completion.Ville Skyttä2010-10-071-0/+26
|
* rename 'contrib' directory to 'completions'Guillaume Rousse2010-09-121-0/+105