Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ShellCmd = &cobra.Command{ Use: "shell", Short: "Interactive shell", Long: fmt.Sprintf(`%s The Provide shell allows you to attach to a specific version of the Provide stack. Run with the --help flag to see available options`, common.ASCIIBanner), Run: shell, }
Functions ¶
func MarshalPromptIO ¶
MarshalPromptIO marshals IO from promptui text or select prompt
Types ¶
type NoopCloser ¶
type NoopCloser struct {
// contains filtered or unexported fields
}
func (*NoopCloser) Close ¶
func (nc *NoopCloser) Close() error
Click to show internal directories.
Click to hide internal directories.