]> git.proxmox.com Git - mirror_lxc.git/commit
Create rules to add/remove symlinks for bash completion.
authorEdênis Freindorfer Azevedo <edenisfa@gmail.com>
Mon, 28 Jun 2021 17:25:25 +0000 (14:25 -0300)
committerEdênis Freindorfer Azevedo <edenisfa@gmail.com>
Wed, 7 Jul 2021 01:50:24 +0000 (22:50 -0300)
commit7d552285950ff2757ce52dba2cd2093ee330d757
treedc79a425907780240b342807c8c08342118bdeb3
parentf8fae86f13ea18f602e6cb72bbb3e5b6dbd70fdd
Create rules to add/remove symlinks for bash completion.

By default, there is no out-of-the-box bash completion for lxc tools.
This is due to dynamic loading of completions, that requires the
completion filename to be the same as the command (e.g. `lxc-start`
expects a completion filename `lxc-start`). But all commands are in file
`lxc`, which is not read.

Signed-off-by: Edenis Freindorfer Azevedo <edenisfa@gmail.com>
src/lxc/Makefile.am