package
3.8.4
Repository: https://github.com/stateful/runme.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
TODO(adamb): this function is used for two quite different inputs: program name and language ID.
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
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
No description provided by the author
No description provided by the author
WithDebug enables additional debug information.
WithDocker provides a docker client for docker commands.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
ProgramResolverModeAuto is a default which prompts for all unresolved variables.
ProgramResolverModePromptAll always prompts even if variables are resolved.
ProgramResolverModeSkipAll does not prompt even if variables are unresolved.
ProgramResolverStatusResolved indicates a variable is resolved.
ProgramResolverStatusUnresolved indicates a variable is unresolved.
ProgramResolverStatusUnresolvedWithMessage indicates a variable is unresolved but it has a message.
ProgramResolverStatusUnresolvedWithPlaceholder indicates a variable is unresolved but it has a placeholder.
ProgramResolverStatusUnresolvedWithSecret indicates a variable is unresolved and needs to be treated with sensitivity.
SessionListCapacity is a maximum number of sessions stored in a single SessionList.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

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
ProgramResolver uses a list of ProgramResolverSource to resolve environment variables found in a shell program.
No description provided by the author
No description provided by the author
Session is an object which lifespan contains multiple executions.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
ProgramConfig contains a serializable configuration for a command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author