We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I see that the .vte configuration files are able to set parameters besides names. How do I supply additional parameters to vte generate?
I am not able to see if from the documentation or the tool help.
The text was updated successfully, but these errors were encountered:
I see that line 52 to 55 in main.py has the following commented out:
# generate_cmd.add_argument("parameters", # metavar="KEY=VALUE", # nargs="*", # help="Specify other template variables")
Sorry, something went wrong.
I see that I need to override parameters with the following
-Dbase_class=my_base_class
Hi @PeterMonsson, that's correct. Looks like a doc update is in order. Let me look into that.
No branches or pull requests
Hi,
I see that the .vte configuration files are able to set parameters besides names. How do I supply additional parameters to vte generate?
I am not able to see if from the documentation or the tool help.
The text was updated successfully, but these errors were encountered: