#compdef chchp

function _chchp {

	_arguments -C -A "*" \
		"--vary[Logically vary channel-path to VALUE (1=on, 0=off)]" \
		"--configure[Configure channel-path to VALUE (1=on, 0=standby)]" \
		"--attribute[Set channel-path attribute KEY to VALUE]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"*:files:_files"
}
