package
1.35.0
Repository: https://github.com/snowflake-labs/sansshell.git
Documentation: pkg.go.dev

# Functions

AddCommandLineCompletion adds command line completion for shells.
Run takes the given context and RunState and executes the command passed in after parsing with flags.
StreamClientTimeoutInterceptor returns a grpc.UnaryClientInterceptor that adds a deadline to every client SendMsg and RecvMsg.
UnaryClientTimeoutInterceptor returns a grpc.UnaryClientInterceptor that adds a deadline to every request.

# Structs

RunState encapsulates all of the variable state needed to run a sansssh command.

# Type aliases

Predictor can provide suggested values based on a provided prefix.