con / duct

A helper to run a command, capture stdout/stderr and details about running
https://pypi.org/project/con-duct/
MIT License
4 stars 2 forks source link

Add "message" to be added via `-m` to `duct` #223

Open yarikoptic opened 2 weeks ago

yarikoptic commented 2 weeks ago

Similarly git commit -m to potentially record some comment describing the purpose of using that particular duct. That is where user could also add custom information from env vars if desired.

asmacdo commented 2 weeks ago

Related to https://github.com/con/duct/issues/223