-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 842 Bytes
/
Copy pathlibrary.properties
File metadata and controls
10 lines (10 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
name=AdvancedCLI
version=0.6.0
author=Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
maintainer=Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
sentence=A serial CLI for Arduino: register commands, parse arguments, and receive typed callbacks with zero-heap allocation.
paragraph=AdvancedCLI turns the Serial Monitor into a full command-line interface. Define commands with named arguments, boolean flags, integers, floats, positional values, sub-commands, and aliases. Callbacks receive strongly-typed parsed values, help output is generated automatically, and optional validation and error hooks keep the interface robust. No dynamic allocation, fixed-size buffers, compatible with AVR and 32-bit architectures.
category=Data Processing
url=https://github.com/alkonosst/AdvancedCLI/
architectures=*
includes=AdvancedCLI.h