azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Add an option to `func init` for language version
Described by https://github.com/Azure/azure-functions-core-tools/pull/3088#discussion_r915148607. The --target-framework option was added to the func init command to add support for .NET 7 templates. However, it would be great to have something more generic for other, non-.NET languages.
Unless you plan to change from --target-framework to a generic language flag before releasing, I'd just close this issue. Once we release the flag, we probably won't remove it for .NET. In terms of other languages, IMO there's no need to track an issue until we actually need to support that scenario