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
kopium -f crd.yaml works, but cat crd.yaml | kopium -f - does not unfortunately.
kopium -f crd.yaml
cat crd.yaml | kopium -f -
minor snag, but if it's fixable in structopt, or has a viable alternative in clap (but preserves autocomplte) i would want to do it
The text was updated successfully, but these errors were encountered:
Allow reading file from stdin with kopium -f -
0c1dfff
fixes #48 Signed-off-by: clux <[email protected]>
Successfully merging a pull request may close this issue.
kopium -f crd.yaml
works, butcat crd.yaml | kopium -f -
does not unfortunately.minor snag, but if it's fixable in structopt, or has a viable alternative in clap (but preserves autocomplte) i would want to do it
The text was updated successfully, but these errors were encountered: