-
Notifications
You must be signed in to change notification settings - Fork 6k
Update configuration, launcher interface #6041
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
Comments
HugoMario
added a commit
that referenced
this issue
Oct 12, 2017
HugoMario
added a commit
that referenced
this issue
Oct 12, 2017
HugoMario
added a commit
that referenced
this issue
Oct 12, 2017
HugoMario
added a commit
that referenced
this issue
Oct 12, 2017
HugoMario
added a commit
that referenced
this issue
Oct 12, 2017
HugoMario
added a commit
that referenced
this issue
Oct 18, 2017
HugoMario
added a commit
that referenced
this issue
Oct 18, 2017
HugoMario
added a commit
that referenced
this issue
Oct 18, 2017
HugoMario
added a commit
that referenced
this issue
Oct 18, 2017
HugoMario
added a commit
that referenced
this issue
Oct 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the codegen model has evolved, we have a challenge with the configuration interface. Specifically with the introduction of the airline toolkit for parsing the CLI options, we've ended up with a bit of an abomination of arguments and system properties, all with the ability to be overridden with a configuration file.
The challenge (and why I pointed out
airline
) is that different targets will need have different needs for configuration options. There is nopackage
in javascript, for example, but we always have a set of common needs, such as reading the specification from a specific location, etc.I would like to redo the launcher aspect of codegen to include the following:
airline
library-h
and--host
, for example)The text was updated successfully, but these errors were encountered: