#compdef zipl-editenv

function _zipl-editenv {

	_arguments -C -A "*" \
		"--list[print list of zIPL environment variables with their values]" \
		"--reset[remove all variables from zIPL environment]" \
		"--verbose[provide more information]" \
		"--target[specify directory, where bootmap file is located]" \
		"--site[specify site ID]" \
		"--effective-site[specify effective site ID]" \
		"--set[assign value VALUE to variable NAME]" \
		"--unset[remove variable NAME from zIPL environment]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"*:files:_files"
}
