Skip to content

feat: add global verbosity, stderr support and update documentation

Choose a tag to compare

@phpdevcommunity phpdevcommunity released this 21 Nov 09:13
· 1 commit to main since this release
  • Add global verbosity support via OutputInterface and CommandRunner.
  • Implement debug() method for verbose-only output.
  • Redirect error messages to STDERR for better stream handling.
  • Handle global --verbose (-v) flag automatically in all commands.
  • Display execution statistics (time/memory) only in verbose mode.
  • Rewrite README with comprehensive examples in English and French.
  • Document static factory methods and clarify global options usage.