#compdef elidelong
_arguments \
	-s \
	-S \
	'(-h --help)-h[show this help message and exit]' \
	'(-h --help)--help[show this help message and exit]' \
	'(-l --length)-l+[Truncate line to LENGTH characters \(not bytes\). Default\: 80]:LENGTH:_numbers' \
	'(-l --length)--length=[Truncate line to LENGTH characters \(not bytes\). Default\: 80]:LENGTH:_numbers' \
	::FILE:_files
