Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Log is the logger for the CLI. Log = log15.New() // RepoPath is the path to the repository. RepoPath = "." // Cmd is the root command for the CLI. Cmd = &cobra.Command{ Use: "version", Short: "autogenerate versions with patch level", } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.