create

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "create",
	Short:   "Create pet",
	Aliases: []string{"c"},
	Run: func(c *cobra.Command, args []string) {
		create.CreatePet(FlagOrigin, FlagName, FlagAge, FlagKind)
	},
}
View Source
var FlagAge int
View Source
var FlagKind string
View Source
var FlagName string
View Source
var FlagOrigin string

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