Frodo CLI version
Provide output of frodo -v
Describe the issue
In config-manager-pull-csp.ts on line 11, the FrodoCommand path string is set to pull cps (transposed letters), while the parent command registers it as csp. It likely works because the parent renames the command, but this is worth correcting for consistency.
Frodo CLI version
Provide output of
frodo -vDescribe the issue
In config-manager-pull-csp.ts on line 11, the FrodoCommand path string is set to pull cps (transposed letters), while the parent command registers it as csp. It likely works because the parent renames the command, but this is worth correcting for consistency.