intersystems / ipm

InterSystems ObjectScript Package Manager
MIT License
27 stars 19 forks source link

v1 - "zpm exec" not working #496

Closed isc-dchui closed 4 months ago

isc-dchui commented 4 months ago

The "zpm exec" command does not seem to work in the v1 branch.

zpm:USER>exec write !, "Hello"

ERROR! ObjectScript error: <UNDEFINED>ShellInternal+51^%IPM.Main.1 *tCommandInfo("parameters","cos")

Looks like an issue with the parameter name having been changed but not fully propagated. I'll fix it and submit a PR.