Skip to content

Commit

Permalink
Changed default mode flag to auto again
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoOfTwelve committed Feb 18, 2025
1 parent 75a8575 commit 0350930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/de/jplag/cli/options/CliOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class CliOptions implements Runnable {

@Option(names = {"-M",
"--mode"}, description = "The mode of JPlag. One of: ${COMPLETION-CANDIDATES} (default: ${DEFAULT_VALUE}). If VIEW is chosen, you can optionally specify a path to an existing report.")
public JPlagMode mode = JPlagMode.RUN_AND_VIEW;
public JPlagMode mode = JPlagMode.AUTO;

@Option(names = {"--normalize"}, description = "Activate the normalization of tokens. Supported for languages: Java, C++.")
public boolean normalize = false;
Expand Down

0 comments on commit 0350930

Please sign in to comment.