Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Sean Corfield / Sean Corfield (Sean Corfield)
Created: 03/09/2016
Components: CLI
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Mac All
Vote Count: 0
Problem Description:
Currently CLI.getArgs() returns ALL arguments and CLI.getNamedArgs() returns just "named" arguments -- which means you need to parse "all arguments" to filter out any named ones so you get just the unnamed arguments.
Steps to Reproduce:
Call CLI.getArgs()
Actual Result:
Includes both named and unnamed arguments.
Expected Result:
There should be a way to get just the unnamed arguments.
Any Workarounds:
Manually parse the arguments yourself (ugh!).
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126683
External Customer Info:
External Company: Railo US
External Customer Name: Sean Corfield
External Customer Email: SEAN@CORFIELD.ORG
External Test Config:
Attachments:
Comments: