Skip to content

Commit

Permalink
minor code improvements #3415
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Jan 31, 2023
1 parent f3fb562 commit 3e3b357
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ public Cli(String[] args) {
public void parse() {
CommandLineParser parser = new BasicParser();

CommandLine cmd = null;
try {
cmd = parser.parse(options, args);
CommandLine cmd = parser.parse(options, args);

if (cmd.hasOption(HELP)) {
help();
Expand Down

0 comments on commit 3e3b357

Please sign in to comment.