
_voxl_static_ip_watcher(){

	local OPTS=('factory_enable factory_enable_fiber enable help disable')

	COMPREPLY=()

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


}

complete -F _voxl_static_ip_watcher voxl-static-ip-watcher
