amazon-ion / ion-cli

Apache License 2.0
31 stars 15 forks source link

Removes cargo feature flag for code-gen #132

Closed popematt closed 1 month ago

popematt commented 1 month ago

Issue #, if available:

None

Description of changes:

It is redundant to have the -X flag for unstable commands and a cargo feature flag for an unstable command. This removes the cargo feature flag.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

desaikd commented 1 month ago

CI build is failing on code gen tests for windows. Related issue for this: https://github.com/amazon-ion/ion-cli/issues/133

desaikd commented 1 month ago

Thanks for handling this, Looks good! 🚀