Documentation ¶ Index ¶ Variables func Execute() type Arguments type Module Constants ¶ This section is empty. Variables ¶ View Source var FS embed.FS Functions ¶ func Execute ¶ func Execute() Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd. Types ¶ type Arguments ¶ added in v0.5.0 type Arguments struct { Module Module ModuleType string Author string License string Year int } type Module ¶ added in v0.5.0 type Module struct { Path string Name string ShortName string } Source Files ¶ View all Source files all.go cmd.go licenses.go modfile.go readme.go templates.go workflows.go Click to show internal directories. Click to hide internal directories.