-
-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Labels
type: enhancementProposed improvementProposed improvement
Description
I would like to use the functionality of this project from a Go program without having to exec a new process, pass text input, and parse text output. The main benefit would be to have a statically typed API to work against. It would also make it easier to depend on a specific version of the package (whose API may change over time).
Ideally such a package would not be called arduino-cli but perhaps arduino-go. The arduino-cli package would then be a thin wrapper around that package, responsible only for marshaling commands and data.
knopki
Metadata
Metadata
Assignees
Labels
type: enhancementProposed improvementProposed improvement