mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-01 04:55:40 +00:00
- Added a new configuration option `condense_paths` in `config.ini.example` to control path formatting. - Enhanced `MultitestCommand` to condense output paths using shared prefixes and tree branches when `condense_paths` is enabled. - Introduced utility functions for path processing, including `_condense_path_lines` and `_path_to_tokens`. - Updated tests to validate the new path condensing functionality and configuration behavior.