Open jroyal opened 4 years ago
This has to do with the way that the toml-rs crate works - it doesn't guarantee anything other than that it outputs valid toml, preserving the structure is not something it advertises.
Should probably document this in the template registry contributing guide
hey @victoriabernard92 can you move this issue to https://github.com/cloudflare/template-registry? i dont seem to have permissions to do so
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
hey @victoriabernard92 can you move this issue to https://github.com/cloudflare/template-registry? i dont seem to have permissions to do so
@ispivey
🐛 Bug Report
Environment
rustc -V
: rustc 1.35.0 (3c235d560 2019-05-20)node -v
: v11.11.0wrangler -V
: wrangler 1.8.0-rc.1Steps to reproduce
Run
wrangler generate my-crl-worker https://github.com/cloudflare/access-crl-worker-template
This project has an empty
wrangler.toml
file that looks like this.What did you expect to see?
I expected to see what was in the
wrangler.toml
file in the template repo.What did you see instead?
I got a slightly different version of the
wrangler.toml
fileIn my opinion, the new version is better. It was just unexpected.