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
{{ message }}
This repository was archived by the owner on Jan 6, 2021. It is now read-only.
feat(args): convert embedded and braced variables in command args (#86)
* feat(args): convert variables embedded in command args
* feat(args): convert braced variables in command args
* style(args): full test name on one line
* refactor(args): make commandConvert definitly stateless
BREAKING CHANGE: `echo $var2/$var1` would not be changed on windows, now it is. This is kind of a bug, but we're doing a major version bump to be safe.
0 commit comments