con / duct

A helper to run a command, capture stdout/stderr and details about running
MIT License
1 stars 1 forks source link

Pass unknown args to inner command #52

Closed asmacdo closed 3 weeks ago

asmacdo commented 3 weeks ago

Fixes: https://github.com/con/duct/issues/51

It works-- but I'm marking as a draft to investigate what happens if the inner command just happens to have the same named arg as duct does.

asmacdo commented 3 weeks ago

I think this would break for inner commands that share arg names with duct. closing.