Adds a helper function
This commit is contained in:
parent
daf65a6059
commit
a004e050d1
1 changed files with 4 additions and 0 deletions
|
@ -23,4 +23,8 @@ public class Arguments {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
public boolean hasArg(String argName) {
|
||||
return args.containsKey(argName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue