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: Unspecified
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Mac All
Vote Count: 0
Problem Description:
The cf.sh script only passes $1 to the CLI bridge therefore cli.getArgs() is always empty
Steps to Reproduce:
args.cfm:
<cfdump var="#cli.getArgs()#">
$ cf.sh args.cfm 1 2 3 4
Actual Result:
Shows an empty array
Expected Result:
Should show an array with four arguments
Any Workarounds:
Change $1 to $* in the last line of the shell script.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126635
External Customer Info:
External Company: Railo US
External Customer Name: Sean Corfield
External Customer Email: SEAN@CORFIELD.ORG
External Test Config:
Attachments:
Comments: