We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3120c commit 846fd0aCopy full SHA for 846fd0a
framework/codemodder-base/src/main/java/io/codemodder/CLI.java
@@ -116,7 +116,7 @@ final class CLI implements Callable<Integer> {
116
private String projectName;
117
118
@CommandLine.Option(
119
- names = {"--sonar-issues-json-file"},
+ names = {"--sonar-issues-json"},
120
description =
121
"a path to a file containing the result of a call to the Sonar Web API Issues endpoint")
122
private Path sonarIssuesJsonFilePath;
0 commit comments