I have a plugin that installed within eclipse.
Is there a way to do the following in my case :
passing a “version” argument to eclipse when calling it to just print the plugin version in standard output without launching eclipse
./eclipse -version
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The way I did this is through calling exit in the method body after executing the required action due to -version