Skip to content

0.5.9

Compare
Choose a tag to compare
@arthurpalves arthurpalves released this 24 Feb 21:45
· 26 commits to main since this release
29c05e8
  • Migrates from SwiftCLI to swift-argument-parser
  • Separates Core logic from CLI into its own framework
  • Doesn't override spec on init, instead waits for user input
  • When running report without a spec, generates a spec based on user input
  • Disables timestamps by default, resulting in clearer logs. This can be enabled with flag -t | --show-timestamps
  • Pre compiles a binary used by Github Action, to improve performance.