_voxl_configure_static_ip_watcher(){

	local OPTS=('factory_enable factory_enable_dgcs_pilot factory_enable_dtc_vrx factory_enable_dtc_drone factory_enable_dgcs_tower enable help disable')

	COMPREPLY=()

	if [ "$COMP_CWORD" -eq 1 ]; then
		COMPREPLY=( $(compgen -W '${OPTS}' -- ${COMP_WORDS[COMP_CWORD]}) )
		return 0
	fi

}

complete -F _voxl_configure_static_ip_watcher voxl-configure-static-ip-watcher
