Skip to content

2.0.4

Choose a tag to compare

@adeptex adeptex released this 22 Jan 22:33
· 169 commits to master since this release

Summary

  • Target file or directory CLI argument is now position independent. For example, these two now work the same:
    • whispers -G files -H tests/fixtures
    • whispers tests/fixtures -G files -H
  • File inclusion and exclusion can now be specified with CLI args (not just in config file as before):
    • whispers -f '*.json,*.yml' tests/fixtures - include globs that match (ie: include only JSON & YML files)
    • whispers -F '.*\.(json|yml)' tests/fixtures - exclude regex that matches (ie: exclude all JSON & YML files)
  • Output can now be printed in human readable format by using the CLI arg --human or -H for short.

What's Changed

Full Changelog: 2.0.3...2.0.4