MicroCLI is a light-weight command-line-interpreter for embedded platforms and resource constrained environments.
- Light weight - Compile options to disable un-wanted features
- Portable - Easy to integrate into systems with non-standard I/O
- Can run without dynamic memory (if command history is disabled)
- Configurable at runtime - Print verbosity levels can be modified programmatically at runtime
See some of the examples for reference.