-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
hledger-api broken on Windows #682
Comments
Yikes.. thanks for the troubleshooting. Is there another windows user who can help investigate ? |
I have opened docopt/docopt.hs#31 . |
What would be the reason that this happens with hledger-api but not hledger or hledger-web? |
Yes it is, I recommend ignoring hledger-api, hledger-web gets more testing and is probably the focus going forward. |
I think we could close this issue, now that hledger-api is mothballed. |
Agreed, thanks! |
I'm trying to run hledger-api on Windows, but it will only ever print out the usage text.
I tried digging into the issue but it looks like it is caused by docopt which is exiting due to the
parseArgsOrExit
no matter which arguments are supplied.I tried adding the following code to find the issue (at the start of main in hledger-api.hs):
and it always prints:
Left "argv" (line 1, column 1):unknown parse error
That's as far as I managed to get. Has anyone else managed to get this to run on Windows? I'm using Windows 10, build 17046.
The text was updated successfully, but these errors were encountered: