#compdef lscss

function _lscss {

	_arguments -C -A "*" \
		"--short[Shorten IDs by removing leading '0.0.' Note: only IDs beginning with '0.0.' will be displayed in this case.]" \
		"--devtype[For IO subchannels, limit output to devices of the given type]" \
		"--devrange[Indicate that RANGE refers to device identifiers]" \
		"--avail[Show availability attribute of IO devices]" \
		"--vpm[Show verified path mask]" \
		"--uppercase[Print values using uppercase]" \
		"--io[Show IO subchannels (default)]" \
		"--chsc[Show CHSC subchannels]" \
		"--eadm[Show EADM subchannels]" \
		"--vfio[Show VFIO subchannel information]" \
		"--all[Show subchannels of all types]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"*:files:_files"
}
