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

flow init --options is broken #7769

Open
goodmind opened this issue May 29, 2019 · 1 comment
Open

flow init --options is broken #7769

goodmind opened this issue May 29, 2019 · 1 comment

Comments

@goodmind
Copy link
Contributor

goodmind commented May 29, 2019

Flow version: 0.99.1

flow init --options "esproposal.class_instance_fields=enable;"

Expected behavior

Generates config with esproposal.class_instance_fields

[ignore]

[include]

[libs]

[lints]

[options]
esproposal.class_instance_fields=enable

[strict]

Actual behavior

[ignore]

[include]

[libs]

[lints]

[options]

[strict]
  • Link to Try-Flow or Github repo:
@Brianzchen
Copy link
Contributor

This still doesn't work, but is also not documented on https://flow.org/en/docs/cli/ or flow --help. Is it necessary?

I'm wondering how useful or often someone uses init with extra params, I'd expect someone to init with barebones and then add options manually as needed (although would be useful when you want to init a bunch of projects with the same options like exact_by_default but these usual things should be rolled into the default imo).

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

Successfully merging a pull request may close this issue.

2 participants