funzzy
funzzy copied to clipboard
feat: pass arguments to tasks
Just a requirement I had another day where I wanted to avoid changing my .watch.yml
file just to add a new flag, while testing something. Maybe fzz could receive flags and pass them down to the commands like:
fzz -t test -- --verbose
# --verbose is passed to the test task in this case `jest --verbose`