ghost-inspector / node-ghost-inspector

Ghost Inspector CLl & API Library for Node.js
https://ghostinspector.com/docs/api/
MIT License
28 stars 6 forks source link

fix inconsistent CLI argument names #49

Closed aaronfay closed 2 years ago

aaronfay commented 2 years ago

Addresses #48 where arguments for ghost-inspector suite-result list-test-results were being processed as suite-result-id rather than suiteResultId. This change makes all remaining input parameters camel case.