-
Notifications
You must be signed in to change notification settings - Fork 6k
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
readme.md doesn't agree with usage: -D either is or is not an allowed option #1828
Comments
Try |
Thank you fehguy for the suggestion. I will try that. The issue I was trying to report is that the Github docs don't match what "usage" shows. A reasonable fix would have both show the same option list for "generate" Perhaps there is another issue here in that Github looks like there is a space after the -D but you seem to be saying that is incorrect as well |
This does not work either (though I tried it with 2.1.5 instead of 2.1.2) so leaving the space out isn't a way for me to get the output I want.
The result is the same "usage" message as in the original issue report. |
OK from this command:
It does appear that the empty |
When I'm trying to fix this bug and tested with |
@leemeador you need to add -Dmodels to the 1st command line argument like this:
|
@leemeador closing this as there's no update. |
Github is showing README.md on its main page. On that page in the SYNOPSIS section and OPTIONS below, it says I can use -D as an option. Further down the page it indicates properties (like the Java "models" option) can be set with -D.
I try it by using the following gradle task:
and I get "usage" that does not show -D as an option. It does not say that -D is the offense causing usage to be shown but removing the -D actually generates .java files.
Version 2.1.5, 2.1.4
The text was updated successfully, but these errors were encountered: