Skip to content

"--version" flag is not recognized #7686

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

Closed
jmchiappa opened this issue Jun 12, 2018 · 2 comments
Closed

"--version" flag is not recognized #7686

jmchiappa opened this issue Jun 12, 2018 · 2 comments
Labels
Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug

Comments

@jmchiappa
Copy link

In commandlineParser.java, ACTION.VERSION isn't parsed and treated.
Something like this should be added :

public void parseArgumentsPhase1() {
...
if (a == ACTION.VERSION) {
// action to display version number in console
        }
}
@per1234
Copy link
Collaborator

per1234 commented Jun 12, 2018

Did you try the hourly build of the Arduino IDE? Because that feature was added 3 weeks ago:
#7549

@per1234 per1234 added the Waiting for feedback More information must be provided before we can proceed label Jun 12, 2018
@jmchiappa
Copy link
Author

That's perfect ! 👍
Thank you for your quick reply !
Now I will wait for the 1.8.6 release. I hope that it will come soon :-)

@per1234 per1234 added Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug and removed Waiting for feedback More information must be provided before we can proceed labels Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug
Projects
None yet
Development

No branches or pull requests

2 participants