feat(help): added new cli parser and help menu

This commit is contained in:
darwincereska
2025-11-20 15:59:39 -05:00
parent e84ec0a5b5
commit fa3aadb102
13 changed files with 506 additions and 384 deletions

View File

@@ -91,9 +91,9 @@
# Utilities and Polish
- [x] Add colored output for better UX
- [ ] Implement proper error handling messages
- [ ] Add input validation for all commands
- [ ] Create help system (`notevc --help`)
- [x] Implement proper error handling messages
- [x] Add input validation for all commands
- [x] Create help system (`notevc --help`)
- [x] Add version information (`notevc --version`)
- [ ] Implement configuration file support