Skip to content

Commit

Permalink
DOC format
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 3, 2021
1 parent 3217de1 commit ac0dcea
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ public void run() {
throw new ParameterException(spec.commandLine(), "Specify a subcommand");
}

public static void main(String... args) {
new CommandLine(new Unsorted())
.setHelpFactory(new UnsortedSynopsisHelpFactory())
.execute("add", "-h");
}
public static void main(String... args) {
new CommandLine(new Unsorted())
.setHelpFactory(new UnsortedSynopsisHelpFactory())
.execute("add", "-h");
}
}

@Command(name = "add", sortOptions = false)
Expand Down

0 comments on commit ac0dcea

Please sign in to comment.