#compdef args2csv
_arguments \
	-s \
	-S \
	'(-h --help)-h[show this help message and exit]' \
	'(-h --help)--help[show this help message and exit]' \
	'(-s --separator)-s+[Output CSV separator \(default\: '"'"','"'"'\)]:SEPARATOR:' \
	'(-s --separator)--separator=[Output CSV separator \(default\: '"'"','"'"'\)]:SEPARATOR:' \
	'*:ARGS:'
