Commit 4dbfaf30 by Stéphane Graber

Merge pull request #750 from peti/patch-1

bash completion: the 'have' command was deprecated in favor of '_have'
parents 63ecff35 3db8dd39
have lxc-start && {
_have lxc-start && {
_lxc_names() {
COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment