What's Changed
v2.0.0 now with more printf formatting 🎉
There is no more need to write replacement tokens in a rigid style with spaces around each. Using the -f
flag you can write the replacement tokens any which way you desire. You can even use character escape sequences for tabs \t
and newlines \n
.
New Contributors
Full Changelog: v1.9.1...v2.0.0