| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Update bash completion for commit b80aa1d3a3 (preset: Easier command
line interface for Workflow Presets, 2024-09-30, v3.31.0-rc1~17^2).
Issue: #26270
|
|
|
|
|
| |
Issue: #21000
Issue: #26100
|
|
|
|
|
|
| |
_init_completion has been deprecated upstream since 2.12.
https://github.com/scop/bash-completion/blob/main/bash_completion.d/000_bash_completion_compat.bash#L237
|
|
|
|
|
|
|
|
|
|
| |
Using `_init_completion -s` will handle the option splitting and set the
`split` var [1].
Keep setting `split` manually for the older manual bash completion
initialization.
[1] https://github.com/scop/bash-completion/blob/main/bash_completion.d/000_bash_completion_compat.bash#L227
|
|
|
|
| |
Co-Authored-By: Craig Scott <craig.scott@crascit.com>
|
|
|
|
|
| |
The completion for -D tries to read the cache via 'cmake -LA -N', but this
prints a warning. Silent the lookup by redirecting this warning to null.
|
|
|
|
|
| |
Relates: #18943
Co-Authored-By: Craig Scott <craig.scott@crascit.com>
|
|
|
|
| |
Fixes: #19023
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
The directory contains auxiliary support files for integration with
other tools, not documentation.
|