cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NotifyCmd = &cobra.Command{
	Use:   "notify",
	Short: "post open PRs to slack",
	Run: func(cmd *cobra.Command, args []string) {
		err := lib.NotifySlack(&notifySlackInput)
		if err != nil {
			panic(err)
		}
	},
}

Run Command ./pentaho-cli run

Functions

func Import

func Import(rootCmd *cobra.Command)

Import is used to import all of these package's commands

Types

This section is empty.

Jump to

Keyboard shortcuts

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