Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the connect command. Cmd = &cobra.Command{ Use: usage, Short: short, Long: long, SuggestFor: []string{"mkts", "open", "conn"}, Example: example, Args: validateArgs, RunE: executeConnect, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.