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 boolean option types for CI flags #38

Closed aaronfay closed 3 years ago

aaronfay commented 3 years ago

Adjusts the --errorOnFail and --errorOnScreenshotFail flags to be explicitly type: boolean, this allows for implicit true value when the option is provided without an explicit value.