You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Create a markdown document api.restdown with CRLF line endings.
$ restdown api.restdown
restdown returns restdown: error: need more than 1 value to unpack (/opt/restdown/bin/restdown:205 in restdown_path)
Convert CRLF to LF using $ dos2unix api.restdown
$ restdown api.restdown
HTML and JSON are successfully generated.
I know the easy way to fix this is to never use CRLF, but it would be helpful to either handle this case automatically, or at least return a more specific error message to the user so they know to reconfigure their editor or run dos2unix.
I have since forced my editor to use LF for all new files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
api.restdown
with CRLF line endings.$ restdown api.restdown
restdown: error: need more than 1 value to unpack (/opt/restdown/bin/restdown:205 in restdown_path)
$ dos2unix api.restdown
$ restdown api.restdown
I know the easy way to fix this is to never use CRLF, but it would be helpful to either handle this case automatically, or at least return a more specific error message to the user so they know to reconfigure their editor or run dos2unix.
I have since forced my editor to use LF for all new files.
The text was updated successfully, but these errors were encountered: