apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

ensure naming conflicts are nicely handled #163

Open jryannel opened 2 months ago

jryannel commented 2 months ago

Name conflicts for reserved keywords produce warnings, still they can lead to not errors during compilations. The proposal would be to add "" to names, before the names are passed into the template engine. Also the filters need to check for trailing and preserve it.

Ideally we use a --safe cli arg.