Skip to content

Release v1.0.17

Choose a tag to compare

@ivbeg ivbeg released this 12 Dec 12:41
· 9 commits to master since this release

Changed

  • Improved CLI documentation: Enhanced all command-line interface functions with detailed help text using Typer's Annotated types
  • Code refactoring: Refactored analyzer output writing into separate _write_analysis_output() function for better maintainability
  • Better file handling: Improved file output handling in analyzer command with proper context managers

Fixed

  • Fixed analyzer output not writing to files correctly when --output option was used
  • Improved consistency between stdout and file output formatting