command

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RootCmd = &cobra.Command{
		Use:   "notify",
		Short: "google cloud run ci notify",
		Long:  "google cloud run ci notify",
		Run: func(cmd *cobra.Command, args []string) {
			console.Help()
		},
		PersistentPreRunE: func(cmd *cobra.Command, args []string) error {

			initializer.Init()

			return nil
		},
	}
)

RootCmd 基于cobra的命令行根节点定义

Functions

func Start

func Start()

Start 启动应用

Types

This section is empty.

Jump to

Keyboard shortcuts

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