**Describe the bug** When I run ``` graphql coverage ``` or ``` graphql verify ``` without any arguments, the commands silently fail. When I run the first command with my schema and documents, these commands also silently fail, but this seems issue seems like a good place to start. ``` graphql --version 4.1.0 ```
Describe the bug
When I run
or
without any arguments, the commands silently fail.
When I run the first command with my schema and documents, these commands also silently fail, but this seems issue seems like a good place to start.