Expand description
Supported solution languages and the commands that drive them.
Everything a language needs - its CLI name, entry point and the commands used to scaffold, build and run it - lives in a single match arm, so adding a language is one variant and one arm.
Structs§
- Language
Commands - The commands used to scaffold, build and run a solution.
- Unknown
Language - The error returned when a string does not name a supported language.
Enums§
- Language
- A language a solution can be written in.