History log of /systemd/shell-completion/bash/hostnamectl
Revision Date Author Comments Expand
101297247832e58844d5235f3b30aaa23b52338c 29-Oct-2015 Evgeny Vereshchagin <evvers@ya.ru>

shell-completion: hostnamectl: add the command set-location

b4f91f2ba354c16dc23111cc231010c975c717a2 29-Jan-2015 Carlos Morata Castillo <cmc809@inlumine.ual.es>

Updates in bash autocompletions Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers.

25fa306ed58b0b7fe30ca9be37c66a7b3b2de70e 06-Nov-2014 Lennart Poettering <lennart@poettering.net>

hostnamed: introduce new "embedded" chassis type 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.

ccb03ac39d5360433e62b8b82e474aa044421bd9 11-Jul-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

shell-completion: add hostnamectl set-deployment

1ed774956406941d4812a3fb4493d2915f130f12 11-Jul-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

shell-completion,man: beef up chassis completions and description Parameters to hostnamectl command are not optional and should not be marked as such in the man page.

3ce09b7da2eb8b888066468663b2b5c81a05a03c 06-Feb-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

bash-completion: fix completion of complete verbs 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

a72d698d0d9ff9c158155b44cdc77376df31a317 30-Jul-2013 Dave Reisner <dreisner@archlinux.org>

bash-completion: use a better definition of __contains_word - 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...

d611dadcc74db10ba533ee6859308f5fc505aee1 03-Mar-2013 Michael Biebl <biebl@debian.org>

bash-completion: split completions and move to new location 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.