Releases: matt001k/openembeddedcli
Releases · matt001k/openembeddedcli
0.1.0
Bug Fixes:
- Command comparison for auto-complete and command look up are now handled in accordance to an appropriate manor
- Allows tab completes for various edge cases
Improvements:
- Ensure printing of new line beginning is done every time a command is ready
- Replaces size_t variable declarations with configurable
CLI_SIZE_Tmacro from example file, further abstraction fromstdlib
Features:
- Allows users to iterate through arguments and handle individual arguments easier through
CLIArgParse
0.0.1
Initial Release Open Embedded CLI
Open source command line interface with the following features:
- Easy configurability
- Command tab auto-complete
- Easy implementation
- Does not rely on standard C library
- No limitation on number of arguments, besides the allowable buffer size during configuration