summaryrefslogtreecommitdiff
path: root/shell-completion/bash/hostnamectl
Commit message (Collapse)AuthorAge
* remove shell completionAndy Wingo2015-04-08
|
* Updates in bash autocompletionsCarlos Morata Castillo2015-01-29
| | | | | | | | | Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers.
* hostnamed: introduce new "embedded" chassis typeLennart Poettering2014-11-06
| | | | | | | We really don't want to get lost in adding fridge, car, plane, drone, or whatever else, hence add a generic term "embedded" cover all the cases where the computer is just part of something bigger, and not at the focus of things.
* 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.