Documentation
¶
Overview ¶
Package cmd provides the command line interface for the application.
Package cmd provides the command line interface for the application.
GoForge version
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GoforgeVersion string
GoforgeVersion is the version of the CLI, updated by goreleaser during a CI run with the release version on GitHub
Functions ¶
Types ¶
type Options ¶ added in v0.3.0
type Options struct {
ProjectName *textinput.Output
ProjectType *multiinput.Selection
DatabaseDriver *multiinput.Selection
}
Options represents the options for initializing the steps. It includes the name of the project and the type of the project.
Click to show internal directories.
Click to hide internal directories.