Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
Use gauge --version --machine-readable instead of gauge version --mac…
Browse files Browse the repository at this point in the history
…hine-readable command to get Gauge version details. #392
  • Loading branch information
negiDharmendra committed Sep 5, 2019
1 parent 29e16da commit ce38b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/thoughtworks/gauge/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Constants {
public static final String RUN = "run";
public static final String INSTALL = "install";
public static final String DOCS = "docs";
public static final String VERSION = "version";
public static final String VERSION = "--version";
public static final String MACHINE_READABLE = "--machine-readable";
public static final String SIMPLE_CONSOLE = "--simple-console";
public static final String TAGS = "--tags";
Expand Down

0 comments on commit ce38b02

Please sign in to comment.