summaryrefslogtreecommitdiff
path: root/completions/mysqladmin
Commit message (Collapse)AuthorAgeFilesLines
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-011-7/+1
|
* Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-121-2/+0
|
* Include trailing equals sign in options that take arguments that way.Ville Skyttä2011-05-021-0/+2
| | | | | | 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-5/+2
|
* Convert more completions to use _parse_help() instead of hardcoded option lists.Ville Skyttä2011-04-291-8/+1
|
* Remove = from COMP_WORDBREAKS when using _split_longopt().Ville Skyttä2011-04-251-1/+1
| | | | Without this, it does not do anything useful in bash >= 4.0.
* Use _init_completion() in completions/m*.Ville Skyttä2011-04-201-4/+3
|
* Use += to append to arrays and strings.Ville Skyttä2011-04-061-1/+1
| | | | It's easier on the eye and faster than foo=( "${foo[@]}" ... ).
* Abort completion file loading earlier if required commands are not available.Ville Skyttä2011-04-051-1/+2
| | | | | Cuts ~10% from bash completion load time on two different systems I just tested.
* Remove most "-o filenames" options to "complete".Ville Skyttä2010-11-011-1/+1
| | | | | | | Turn it on dynamically when needed instead; see doc/styleguide.txt for a longer explanation. This fixes many non-filename completions which had been previously more or less broken due to unwanted escape-as-filenames behavior.
* rename 'contrib' directory to 'completions'Guillaume Rousse2010-09-121-0/+71