Skip to content

v7.0.0

Choose a tag to compare

@somewhatabstract somewhatabstract released this 03 Feb 18:50
· 265 commits to main since this release
20b40ce

Major Changes

  • 6ed7f08: This fixes an issue where default argument values would override explicit configuration. This was unintentional; only explicitly provided argument values should override configuration. Since some folks may be relying on this broken behaviour, this is a major update. As part of this fix, argument parsing is now handled by yargs instead of minimist