funbiscuit / embedded-cli

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

Make default onHelp and onUnknown optional #6

Open funbiscuit opened 2 years ago

funbiscuit commented 2 years ago

Default implementations might be unused but still take memory space. Allow to remove them or overwrite implementations.