cmd

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: May 6, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GenCmd = &cobra.Command{
	Use:   "gen",
	Short: "gen something",
	Run: func(cd *cobra.Command, args []string) {
		utils.Info("gen something")
	},
}
View Source
var GooseCmd = &cobra.Command{
	Use:   "goose",
	Short: "goose is a tool for migration for your database.",
	Run: func(cd *cobra.Command, args []string) {
		utils.Info("goose tools wrapper of up and down migration.")
	},
}
View Source
var RootCmd = &cobra.Command{
	Use:   "",
	Short: "junet help cli tool",
	Run: func(cmd *cobra.Command, args []string) {
		log.Printf("hello, use %s -h for more help\n", os.Args[0])
	},
}

Functions

func Execute

func Execute() error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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