Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IncidentCmd = &cobra.Command{ Use: "incidents", Aliases: []string{ "incident", "i", }, Short: "StatusCentral incidents", Example: "statusctl incidents [command]", Args: func(c *cobra.Command, args []string) error { if len(args) == 0 { return fmt.Errorf("%v requires arguments", c.UseLine()) } return nil }, }
View Source
var SubCommands []*cobra.Command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.