Skip to content

Releases: matt001k/openembeddedcli

0.1.0

30 Apr 22:51

Choose a tag to compare

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_T macro from example file, further abstraction from stdlib

Features:

  • Allows users to iterate through arguments and handle individual arguments easier through CLIArgParse

0.0.1

22 Jan 06:15

Choose a tag to compare

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