Commit Graph

4 Commits

Author SHA1 Message Date
1a62552ee0 docs: update TODO.md with project structuring notes 2025-10-07 01:38:15 +04:00
cad569de25 feat(parser): implement on-complete callback functionality
Add on_complete event handler to trigger actions after argument parsing completes
Move grep logic to separate function and register it as a completion callback
Update argument getters and help text generation to be const methods
2025-10-06 11:17:14 +04:00
5a4ed63463 docs: update TODO.md with implementation notes
Add implementation details for on_parse_done callbacks and positional arguments
2025-10-06 04:15:33 +04:00
9750152dca docs: add TODO.md for parser callback feature 2025-10-04 01:14:32 +04:00