summaryrefslogtreecommitdiff
path: root/shell-completion/bash/hostnamectl
Commit message (Collapse)AuthorAge
* shell-completion: add hostnamectl set-deploymentZbigniew Jędrzejewski-Szmek2014-07-11
|
* shell-completion,man: beef up chassis completions and descriptionZbigniew Jędrzejewski-Szmek2014-07-11
| | | | | Parameters to hostnamectl command are not optional and should not be marked as such in the man page.
* bash-completion: fix completion of complete verbsZbigniew Jędrzejewski-Szmek2014-02-06
| | | | | | | When doing 'command verb<TAB>', the arguments for verb would be proposed, but it is too early. We should complete verb first. https://bugs.freedesktop.org/show_bug.cgi?id=74596
* bash-completion: use a better definition of __contains_wordDave Reisner2013-07-30
| | | | | | | | | | - scope the iterator var - use the correct, quoted, non-expansion prone positional parameter notation - prevent expansion on RHS of comparison - remove unneeded explicit returns. This really should be defined only once...
* bash-completion: split completions and move to new locationMichael Biebl2013-03-03
Split the large bash completion script into separate, smaller files each named after the binary it is used for and move the files to /usr/share/bash-completion/completions. This way the completions can be loaded on demand and we only install the completions for the tools we actually build. The old path /etc/bash_completion.d/ is deprecated and will disappear in the future.