2.0.4
Summary
- Target file or directory CLI argument is now position independent. For example, these two now work the same:
whispers -G files -H tests/fixtureswhispers 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
--humanor-Hfor short.
What's Changed
- Bump astroid from 2.9.0 to 2.9.3 by @dependabot in #16
- Bump jellyfish from 0.8.9 to 0.9.0 by @dependabot in #17
- Modify stdout format by @adeptex in #18
- Surface files configuration by @adeptex in #19
Full Changelog: 2.0.3...2.0.4