Skip to content

Commit d7d1067

Browse files
committed
Make format not required
1 parent 5313a7a commit d7d1067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/utplsql/cli/RunPicocliCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class RunPicocliCommand implements IRunCommand {
104104
private List<Format> reporters = new ArrayList<>();
105105

106106
static class Format {
107-
@Option(names = {"-f", "--format"}, required = true, description = "Enables specified format reporting")
107+
@Option(names = {"-f", "--format"}, description = "Enables specified format reporting")
108108
String format;
109109
@Option(names = {"-o"}, description = "Outputs format to file")
110110
String outputFile;

0 commit comments

Comments
 (0)