
_voxl-configure-docker-support(){
	local OPTS=('help factory_disable enable factory_enable disable')
	COMPREPLY=()
	if [ "$COMP_CWORD" -eq 1 ]; then
		COMPREPLY=( $(compgen -W '${OPTS}' -- ${COMP_WORDS[COMP_CWORD]}) )
		return 0
	fi
}

complete -F _voxl-configure-docker-support voxl-configure-docker-support
