Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "password", Short: "Generate random password", Aliases: []string{"pwd", "passwd", "pass"}, Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { password, err := random_utils.RandomPassword() if err != nil { log.Fatal(err) } fmt.Println(password) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.