package user import "github.com/spf13/cobra" var ModCmd = &cobra.Command{ Use: "mod", Short: "Modify user information", }