package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
EnvSlice.
EscapeEnv escapes all values so they can be exported.
No description provided by the author
No description provided by the author
RemoveLegacyInstallPath removes the PATH modification statement added to the shell-rc file by the legacy install script.
No description provided by the author
SetupProjectRcFile creates a temporary RC file that our shell is initiated from, this allows us to template the logic used for initialising the subshell.
SetupShellRcFile create a rc file to activate a runtime (without a project being present).
Start wires stdin/stdout/stderr into the provided command, starts it, and returns a channel to monitor errors on.
Stop signals the provided command to terminate.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
Configurable defines an interface to store and get configuration data.
# Type aliases
RunFunc ...