We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We could integrate the usage of arduino-cli as a library (as arduino-cloud-cli does), this way we can remove all the dependencies (arduino-cli itself and gcc-ar) and leverage the installation of the tools using the CLI itself. See https://github.com/arduino/arduino-cloud-cli/blob/24b4410c2fcd6287e83967e6dede83caccce63a4/arduino/cli/commander.go
arduino-cli
gcc-ar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could integrate the usage of arduino-cli as a library (as arduino-cloud-cli does), this way we can remove all the dependencies (
arduino-cli
itself andgcc-ar
) and leverage the installation of the tools using the CLI itself. See https://github.com/arduino/arduino-cloud-cli/blob/24b4410c2fcd6287e83967e6dede83caccce63a4/arduino/cli/commander.goThe text was updated successfully, but these errors were encountered: