incident

package
v0.0.0-...-324ef76 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2024 License: MIT Imports: 12 Imported by: 0

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.

Jump to

Keyboard shortcuts

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