github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/base/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  }