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

Support CLI flags in addition to Env Vars for Quicktype Tool #61

Closed
grant opened this issue Sep 1, 2020 · 1 comment · Fixed by #63
Closed

Support CLI flags in addition to Env Vars for Quicktype Tool #61

grant opened this issue Sep 1, 2020 · 1 comment · Fixed by #63
Assignees
Labels
api: events Issues related to the googleapis/google-cloudevents API.

Comments

@grant
Copy link
Contributor

grant commented Sep 1, 2020

Expected Behavior

The quicktype tool should support CLI flags.

qt --in /foo/bar --out /baz --lang php;

Actual Behavior

Currently you must provide env vars.

OUT=...
IN=...
LANG=...
qt;

@grayside @jskeet

@product-auto-label product-auto-label bot added the api: events Issues related to the googleapis/google-cloudevents API. label Sep 1, 2020
@grant grant changed the title Support CLI flags in addition to Env Vars Support CLI flags in addition to Env Vars for Quicktype Tool Sep 1, 2020
@grant
Copy link
Contributor Author

grant commented Sep 2, 2020

See above PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: events Issues related to the googleapis/google-cloudevents API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant