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
Adding a -version option in the Overture command-line interface (CLI) would be helpful for debugging purposes. We'd like to use this feature in a Jenskins build job that we use for VDM model validation.
Expected usage is as follows:
λ java -jar Overture.jar -version
2.6.1-SNAPSHOT
Also, I strongly recommend that passing the -version option suppresses any additional options (see the example below). The reason for suggesting this is that not suppressing additional arguments (1) complicates processing of the arguments altogether unnecessarily and (2) adds no value.
Adding a
-version
option in the Overture command-line interface (CLI) would be helpful for debugging purposes. We'd like to use this feature in a Jenskins build job that we use for VDM model validation.Expected usage is as follows:
Also, I strongly recommend that passing the
-version
option suppresses any additional options (see the example below). The reason for suggesting this is that not suppressing additional arguments (1) complicates processing of the arguments altogether unnecessarily and (2) adds no value.For what it's worth, this approach is also consistent with the Maven CLI:
The text was updated successfully, but these errors were encountered: