#compdef pws

_pws() {
	local __fields="(password username)"
	_arguments \
		'--field:1:'"$__fields" \
		'--get-profile:1' \
		'--modify-profile:1' \
		'--new-master' \
		'--new-profile:1' \
		'--password-length:1' \
		'--remove-profile:1'
}

_pws "$@"
