Commit Graph

6 Commits

Author SHA1 Message Date
5320a5d20c Improve infinito CLI global and full help:
- Add ANSI color fallback when colorama is missing
- Refactor global help into print_global_help() and reuse for --help and --help-all
- Enhance show_full_help_for_all() with colorful Subcommand/File headers
- Extend unit tests for global help, child sound handling, and failure loop

Reference: https://chatgpt.com/share/692e88de-39f4-800f-ab7f-5ac178698831/share/this-conversation
2025-12-02 08:17:06 +01:00
1064afc0dc Add --help-all global flag, implement full CLI help printer, extend Usage output, and add comprehensive unit tests for color_text, nested command discovery, error fallback in extract_description_via_help, and subprocess invocation in show_full_help_for_all.
Reference: https://chatgpt.com/share/692e88de-39f4-800f-ab7f-5ac178698831
2025-12-02 07:36:50 +01:00
241c5c6da8 Optimized test_main.py 2025-07-16 08:25:16 +02:00
c160c58a5c Restructured CLI logic 2025-07-10 21:26:44 +02:00
7dd8fd4a5f Added --git-clean function to cleanup before run 2025-06-19 12:56:31 +02:00
c700ff3ee7 Implemented --log option to create logfile.log 2025-06-19 12:47:45 +02:00