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 ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.