Releases: SpacehuhnTech/SimpleCLI
Releases · SpacehuhnTech/SimpleCLI
Version 1.1.4
Version 1.1.3
- Declare header files for PlatformIO
Version 1.1.2
- Fixed typo
setCaseSensetive
Version 1.1.1
- Fixed bug when queueing commands (for example when CLI is paused)
Version 1.1.0
- Pause and unpause CLI parsing using
SimpleCLI.pause()
andSimpleCLI.unpause()
.
Version 1.0.9
Changes:
- Fixed description argument in toString()
Version 1.0.8
Changes:
- uses
\r\n
instead of\n
- toString(bool description)
- Empty line between commands using SimpleCLI.toString()
Version 1.0.7
Version 1.0.6
Changes:
- Added
Command.setDescriptuion()
method to allow for an easy way to add infos. Command.toString() contains the added description. You can test it with the HelpCommand.ino example.
Version 1.0.5
Changes:
- Linebreaks are ignored when inside of quotes
- Made Arduino String/dependency optional
- Fixed memory leak where cmd_error wasn't freed automatically