Skip to content

Commit

Permalink
Update: CommandLine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenshuai Hou committed Sep 13, 2021
1 parent a44fd23 commit af59e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/picocli/CommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
*
* // CheckSum implements Callable, so parsing, error handling and handling user
* // requests for usage help or version help can be done with one line of code.
* public static void main(String[] args) throws Exception {
* public static void main(String[] args) {
* int exitCode = new CommandLine(new CheckSum()).execute(args);
* System.exit(exitCode);
* }
Expand Down

0 comments on commit af59e50

Please sign in to comment.