You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use internal function to check for arguments exclusivity
Because it has a better error message than the cobra-provided one:
Can't use the following flags together: --quiet, --verbose
Instead of:
Error: if any flags in the group [quiet verbose] are set none of the others can be; [quiet verbose] were all set
feedback.Warning(i18n.Tr("The flag --build-cache-path has been deprecated. Please use just --build-path alone or configure the build cache path in the Arduino CLI settings."))
0 commit comments