github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/lifecycle/new/options.go (about) 1 package new 2 3 // Options that may come handy for the initializers. 4 type Options struct { 5 Folder string 6 Name string 7 Module string 8 Root string 9 10 Args []string 11 }