#compdef vmcp

function _vmcp {

	_arguments -C -A "*" \
		"--keepcase[Do not convert CP-command string to uppercase]" \
		"--buffer[Specify buffer size in bytes, kilobytes (k) or megabytes (M). SIZE range from 4096 to 1048576 bytes]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"*:files:_files"
}
