Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
AStalavista 3.0 (API 1.16)
-
None
Description
Currently I need 2 checks for pulling parameter values either from the command line or from a parameter file. Can we simplify that somehow?
Example:
if (args.userSpecified(AStalavistaSettings.GEN_DIR.getName())||
args.userSpecified(AStalavistaSettings.GEN_DIR.getLongOption()))