main
 1package generator
 2
 3import "mokhan.ca/xlgmokha/gitmal/internal/git"
 4
 5type Params struct {
 6	Name       string
 7	RepoDir    string
 8	Ref        git.Ref
 9	OutputDir  string
10	DefaultRef git.Ref
11	CloneURL   string
12}