rush v0.1.8
Changelog
- Supporting Preset variable (macro), e.g.,
rush -v p={^suffix} 'echo {p}_new_suffix'
,
where{p}
is replaced with{^suffix}
.
This can make the long list of commands clearer (See example 17)
Changelog
rush -v p={^suffix} 'echo {p}_new_suffix'
,{p}
is replaced with {^suffix}
.