#compdef mv-with-thumb
_arguments \
	-s \
	-S \
	'(-h --help)-h[show this help message and exit]' \
	'(-h --help)--help[show this help message and exit]' \
	'(-v --verbose)-v' \
	'(-v --verbose)--verbose' \
	:FILES:_files \
	'*:FILES:_files'
