-
-
Notifications
You must be signed in to change notification settings - Fork 76
Fix missing render path error #354
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
Fix missing render path error #354
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's not much, but maybe a start. Feel free to close the PR if it isn't helpful.
Quality matters more than quantity 😉 and looking from that perspective this is certainly a good effort 👍
Co-authored-by: Dario Vladović <[email protected]>
LGTM I believe it is ready for prime time by removing draft status 😉 |
Co-authored-by: bl-ue <[email protected]>
Do you think this can already be merged? The output is still pretty long:
|
Any updates on this? |
You are welcome to merge this by yourself, or let me know, I am happy to do it. |
I tried fixing another uncaught error, when running
tldr --render
without a path. Insead of gettingI now get
I know it's not much, but maybe a start. Feel free to close the PR if it isn't helpful.