Skip to content

Latest commit

 

History

History

cmd

some useful cmds.

Example:

append to your root cmd.

import (
	gcmd "github.com/Laisky/go-utils/v5/cmd"
)

func init() {
	rootCmd.AddCommand(gcmd.EncryptCMD)
}