var (
// CmdNew represents the new command. CmdNew = &cobra.Command{
Use: "module",
Short: "Create a module",
Long: "Create a module using the repository template. Example: ratel module dir table_name",
Run: run,
}
AppConfig *config.Config Link *query.Query)