Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "exemplar",
Short: "exemplar - the extensible code generation tool for Go",
Long: `Exemplar is a tool that can be used from the command line
or as part of "//go:generate" comments to generate code based on structs or other types
in your application.`,
}
This represents the base command when called without any subcommands
Functions ¶
Types ¶
type OutputBuffer ¶
Click to show internal directories.
Click to hide internal directories.