funzzy icon indicating copy to clipboard operation
funzzy copied to clipboard

feat: pass arguments to tasks

Open cristianoliveira opened this issue 10 months ago • 0 comments

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`

cristianoliveira avatar Apr 03 '24 08:04 cristianoliveira