Documentation ¶
Index ¶
Constants ¶
View Source
const WorkspaceCustomHelp = `` /* 1296-byte string literal not displayed */
Variables ¶
View Source
var WorkspaceCmd = &cobra.Command{ Use: "workspace", Short: "Help for learning about workspaces and workflows", Long: workspaceLong, PreRun: func(cmd *cobra.Command, args []string) { cs := strings.Fields(cmd.CommandPath()) c := strings.Join(cs[1:], "/") ga.SendGaEvent(c, "<omit>", 0) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.