-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add --help and fallback to CLI interface #4765
New issue
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
Conversation
I improved user friendliness of command line - 1) I added "--help" action, which shows available actions. 2) When non valid action/option used, a message is shown to user to use --help. 30 Updated man page.
@ArduinoBot build this please
✅ Build completed.
Please test this code using one of the following:
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4765-BUILD-665-linux32.tar.xz
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4765-BUILD-665-linux64.tar.xz
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4765-BUILD-665-windows.zip
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4765-BUILD-665-macosx.zip
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4765-BUILD-665-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
Hi @itziksi,
Thank you for taking the time to submit this pull request. However, at this time we prefer not to go ahead with the changes you've proposed.
Instead our focus is arduino-cli
for command line use.
I improved user friendliness of command line -
#4709