feach 0.1.1

This tool can foreach dirs and run command.
feach-0.1.1 is not a library.

Build:
cargo build --release

Usage:

feach> .\target\release\feach.exe -h
Usage: feach.exe [OPTIONS] --cmd <CMD>

Options:
  -d, --dir <DIR>        [default: ./]
  -c, --cmd <CMD>
  -l, --layers <LAYERS>  [default: 1]
  -a, --async
  -h, --help             Print help
  -V, --version          Print version

E.g:
feach -c "git pull"
feach -c "cmd /c tree"