babashka / process

Clojure library for shelling out / spawning sub-processes
Eclipse Public License 1.0
220 stars 29 forks source link

Add new `:cmd` `opt` to `exec` #125

Closed lread closed 1 year ago

lread commented 1 year ago

Background

Recently the :cmd opt was added to process functions. Nice new feature!

Problem

It would be good, for consistency, to also have :cmd opt work for exec fn.

Next Steps

I'll follow up with a PR.

borkdude commented 1 year ago

Thanks!

borkdude commented 1 year ago

This is already fixed with your PR or not?

lread commented 1 year ago

No, but I think you maybe fixed it with 3f093b70e114ff8dc318f21dec01a7a2a2fe4fcc. I'll create a PR to add a test and update the exec docstring.