funbiscuit / embedded-cli

Single-header CLI with history and autocompletion for embedded systems (like Arduino or STM32)
MIT License
242 stars 38 forks source link

Multi-word Command Feature #52

Open dogukanarat opened 2 months ago

dogukanarat commented 2 months ago

Hi,

As latest version of the repository can accept only one word command. Is there any way to support multi-word command feature.

Example usage: uart send <ifc> <data>

funbiscuit commented 2 months ago

No, that's not possible with current implementation (PR's are welcome). For now I can only suggest using dashes: uart-send <ifc> <data>