#compdef lschp

function _lschp {

	_arguments -C -A "*" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"--format[Output format (json json-seq jsonl pairs csv)]" \
		"*:files:_files"
}
