-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
17 lines (17 loc) · 790 Bytes
/
Copy pathlibrary.json
File metadata and controls
17 lines (17 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "AdvancedCLI",
"version": "0.6.0",
"authors": {
"name": "Maximiliano Ramirez",
"email": "maximiliano.ramirezbravo@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/alkonosst/AdvancedCLI.git"
},
"description": "Zero-heap CLI engine for embedded/native. Supports named args, flags, integers, floats, positional values, sub-commands, and aliases. Typed callbacks, built-in help output, validation hooks, and error handling - all backed by fixed-size buffers.",
"keywords": "cli, command, command line, serial, terminal, uart, argument, parser, commands, flags, sub-commands, aliases, help, validation, avr, esp32, arduino, lightweight, embedded, native",
"license": "MIT",
"frameworks": "*",
"headers": ["AdvancedCLI.h"]
}