cue icon indicating copy to clipboard operation
cue copied to clipboard

cmd/cue: provide `--language.version` flag to `cue mod init` and `cue mod edit`

Open rogpeppe opened this issue 1 year ago • 0 comments

There is currently no programmatic way to initialize or change the language version as defined in the module.cue file. We should add a --language.version flag to the mod init and mod edit commands. It would fail if the language version isn't in the acceptable known version range.

rogpeppe avatar Jun 26 '24 11:06 rogpeppe