mumoshu / variant2

Turn your bash scripts into a modern, single-executable CLI app today
MIT License
141 stars 11 forks source link

feat: access to stdout and stderr on exec #45

Open mcalhoun opened 3 years ago

mcalhoun commented 3 years ago

When we are running an exec command it would be great if we could directly capture stdout and stderr so we could store them in variables for use elsewhere in the job.