This is an anyenv plugin that
provides anyenv each command to run sub-command of all **env.
Simply clone the repository into the plugins directory:
mkdir -p $(anyenv root)/plugins
git clone https://github.com/Milly/anyenv-each $(anyenv root)/plugins/anyenv-each
anyenv each [--verbose|--quiet] [--stop-on-error] [--] <command> [<options>]
- -v/--verbose Shows all output and details to stdout
- -q/--quiet Do not shows anything
- -e/--stop-on-error Stop if **env command exits with a non-zero status
CC0 (Public Domain)