shell

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2019 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package shell implements the shell command.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command is the root of the shell sub-tree.
	Command = &cobra.Command{
		Use:   "shell <taskId> [-- command to execute]",
		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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL