You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use `sh -c` if `shell` flag is set
- use `shellquote` package to split fields instead of simply
strings.Fields, which does not met user's expectation most times
- saw it in github's hub https://github.com/github/hub
- use `cd` flag to specify if switching to folder of `gommon.yml` file
is required
- sync execution, no parallel, pipe to stdin/out/err
at15
added a commit
to benchhub/benchhub
that referenced
this issue
Feb 21, 2018
- it only provides a very thin wrapper around `os/exec`, too thin that
we didn't use it when execute shell commands in generator #53
- the only user should be Ayi, which is likely to be rewrote from
scratch when I have time (I'd rather play games ...)
- update legacy packages in readme, log v1 is also included
env
feature in config packageThe text was updated successfully, but these errors were encountered: