88a4111 cli: do bash-completion when argcomplete is installed

Authored and Committed by praiskup 3 years ago
    cli: do bash-completion when argcomplete is installed
    
    The bash completion can be enabled by:
    eval "$(register-python-argcomplete copr)"
    
    Or permanently e.g. by:
    $(register-python-argcomplete copr) >> ~/.bashrc
    
    Fixes: rhbz#1874687
    
        
file modified
+7 -0