]> git.ipfire.org Git - thirdparty/lxc.git/commit
Improve bash completion. 3899/head
authorEdênis Freindorfer Azevedo <edenisfa@gmail.com>
Sun, 4 Jul 2021 14:25:40 +0000 (11:25 -0300)
committerEdênis Freindorfer Azevedo <edenisfa@gmail.com>
Wed, 7 Jul 2021 01:50:24 +0000 (22:50 -0300)
commit35a5efc91775cdfaafdce8490799961eb05b6815
tree608614a02b4597758192478e2fc11a926a73411a
parent7d552285950ff2757ce52dba2cd2093ee330d757
Improve bash completion.

Use as much as possible from each command `--help` for completion.

Some options require a long list of completions that should be dumped by
some command option. These are not added here yet.

Examples of those are: `lxc-info --config`, `lxc-execute --define` and
`lxc-start --define`.

Signed-off-by: Edenis Freindorfer Azevedo <edenisfa@gmail.com>
config/bash/lxc.in