summaryrefslogtreecommitdiffstats
path: root/Auxiliary/bash-completion/cmake
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: Fix cmake -E lookupSylvain Joubert2016-08-051-1/+1
| | | | | | | In case of long '<command> <args...>' the description text is wrapped and indented on the next line. Avoid taking these lines into account by explicitly requiring the third character to be a non-space.
* bash-completion: Fix cmake --help-policy lookupEric NOULARD2016-06-101-2/+2
|
* bash-completion: Add cmake --help-manualEric NOULARD2016-06-101-0/+5
|
* bash-completion: Avoid using _init_completion when not definedGaëtan Lehmann2015-04-221-1/+8
| | | | | | | | With the current version of homebrew one gets: bash: _init_completion: command not found Avoid this by initializing manually when the function is not defined.
* Rename Docs to AuxiliaryBrad King2013-10-151-0/+151
The directory contains auxiliary support files for integration with other tools, not documentation.