Fix argument error
This commit is contained in:
parent
cc5df5a812
commit
6de81cfd31
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ public class ArgumentsParser {
|
|||
defaultArg = defaults.getArg(arg.name);
|
||||
}
|
||||
|
||||
if (i + 1 < args.length) {
|
||||
i++;
|
||||
}
|
||||
|
||||
if (!arg.hasValue) {
|
||||
if (defaultArg != null) {
|
||||
arg = defaultArg;
|
||||
|
|
Loading…
Reference in a new issue