Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ Variables func Execute(cmd *cobra.Command, args []string) error Constants ¶ This section is empty. Variables ¶ View Source var ( // Command is the root of the shell sub-tree. Command = &cobra.Command{ Use: "shell <taskId>", Short: "Connect to the shell of a running interactive task.", RunE: Execute, } ) Functions ¶ func Execute ¶ func Execute(cmd *cobra.Command, args []string) error Execute runs the shell. Types ¶ This section is empty. Source Files ¶ View all Source files cmd.gotty_unix.go Click to show internal directories. Click to hide internal directories.