package
4.3.0-rc.1
Repository: https://github.com/sylabs/singularity.git
Documentation: pkg.go.dev

# Functions

EvaluateEnv evaluates the environment variable script and returns the list of variables set in the script.
GetEnv returns an the list of all exported environment variables within the context of the shell interpreter.
New returns a shell interpreter instance.

# Structs

Shell defines the shell interpreter.

# Type aliases

OpenHandler defines function prototype for shell interpreter file handler registration.
ShellBuiltin defines function prototype for shell interpreter builtin registration.