Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GenerateCmd = &cobra.Command{ Use: "generate [name]", Aliases: []string{"g"}, Short: "Generation", Args: cobra.ExactArgs(1), RunE: AvatarGenerateCmdF, }
View Source
var RootCmd = &cobra.Command{
Use: "avatar",
Short: "Open source avatar generator",
}
View Source
var ServerCmd = &cobra.Command{ Use: "serve", Aliases: []string{"s"}, Short: "Serve avatars", RunE: AvatarServeCmdF, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.