#compdef envstore ## vim:ft=zsh local arguments arguments=( ':action:(clear eval rm save show)' ':variable:_parameters' '' ) _arguments -s $arguments