-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
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
Render to STDOUT #73
Comments
The normal convention would be to use a hyphen for stdin/out: |
@davejamesmiller Yeah, that could work. That might be better since it's more conventional.
|
Yes, I believe it is. I can't think of a standard utility where you'd use it right now, but I've used |
Ok cool. Just added this in 6e0e570. Went with the more standard syntax. Thanks for weighing in, @davejamesmiller. |
👍 |
Currently, you can only export to a file. This makes using Grip more difficult as a general command-line tool. This is a good complement to #72.
Suggested syntax:
This is flexible and clear. You can still render to a file with the same name by passing
./stdout
The text was updated successfully, but these errors were encountered: