Skip to content

v1.7.3

Compare
Choose a tag to compare
@lukeed lukeed released this 16 Feb 08:08
· 14 commits to master since this release

Patches

  • Prevent prog.parse() from mutating the input array (often process.argv) (#36): 9d3fdca

    While it's strongly recommended not to access process.argv directly with action handlers, Sade no longer manipulates its values. After all, why use a CLI framework that parses and formats process.argv for you if you're reaching past it for the same values?