Skip to content
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

Is it possible to provide additional parameters to vte generate? #2

Open
PeterMonsson opened this issue Dec 19, 2023 · 3 comments
Open

Comments

@PeterMonsson
Copy link

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.

@PeterMonsson
Copy link
Author

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")

@PeterMonsson
Copy link
Author

I see that I need to override parameters with the following

-Dbase_class=my_base_class

@mballance
Copy link
Member

Hi @PeterMonsson, that's correct. Looks like a doc update is in order. Let me look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants