Skip to content

Commit

Permalink
Remove disallowed check in CL parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Fedorov committed Dec 13, 2021
1 parent a1b6ce3 commit 1564948
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ private void processArgument() throws CommandLineException {
disallowedInRubyOpts(argument);
break FOR;
} else if (argument.equals("--help")) {
disallowedInRubyOpts(argument);
config.showHelp = ShowHelp.LONG;
} else if (argument.equals("--version")) {
disallowedInRubyOpts(argument);
Expand Down

0 comments on commit 1564948

Please sign in to comment.