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