We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run pnpm generate in the terminal. Please make sure the Codegen and plugins version under package.json matches yours.
Make sure to fork this template and run pnpm generate in the terminal.
pnpm generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
The CLI can't read from anonymous named pipes (shell redirection), meaning you have to write to scratch buffers.
To Reproduce Steps to reproduce the behavior:
use e.g. <(git --no-pager show commit:path) shell redirection
<(git --no-pager show commit:path)
Expected behavior
A cli tool should read anonymous named pipes without issue.
Environment:
@graphql-inspector/cli
npx
graphql
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
The CLI can't read from anonymous named pipes (shell redirection), meaning you have to write to scratch buffers.
To Reproduce Steps to reproduce the behavior:
use e.g.
<(git --no-pager show commit:path)
shell redirectionExpected behavior
A cli tool should read anonymous named pipes without issue.
Environment:
@graphql-inspector/cli
: (system install with NPM, run withnpx
)graphql
: (system install with NPM)Additional context
The text was updated successfully, but these errors were encountered: