package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev
# Functions
MakeByName will retrieve a language by a given name after lower-casing.
MakeByNameAndVersion will retrieve a language by a given name and version.
MakeByShell returns either bash or cmd based on whether the provided shell name contains "cmd".
MakeByText will retrieve a language by a given text.
Recognized returns all languages that are supported.
RecognizedNames returns all language names that are supported.
RecognizedSupporteds returns all languages that are not "builtin" and also have a defined executable name.
RecognizedSupportedsNames returns all languages that are not "builtin" and also have a defined executable name.
UnrecognizedLanguageError simplifies construction of LocalizedError for an unrecognized language.
# Constants
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
Language constants are provided for safety/reference.
# Structs
Executable contains details about an executable program used to interpret a Language.
Supported tracks the languages potentially used for projects.
# Type aliases
Language tracks the languages potentially used.