-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unclear from usage output what [ExportArgs...]
are
#13
Comments
No problem. Add an output file name and it should work :) |
I made the same mistake. It would be good to add this to the command line help: |
What exactly to add here? That exact line is part of the output of Also feel free to open a pull request :) |
Yes, sorry, that wasn't very clear what I wrote there. That's the exact line from your command line help, but it does not mention |
[ExportArgs...]
are
Export args are shown when you call
Some formats don't have an export file, but an export directory, or two export files, or some extra mandatory parameters (to choose how to export it) - see for example #15 Will try to put this information at the top of the output (so that it is not that far away from the Usage line). |
Thanks for the clarification, @schierlm! I can imagine a lot of people will stumble over this. Especially as When you touch that part of the code the next time, maybe add an error message for missing output file (or any required ExportArgs). The uncaught |
Sorry, failure on my part. :(
The text was updated successfully, but these errors were encountered: