Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionCmd ¶
type VersionCmd struct {
Name bool `long:"name" description:"Show only the application name"`
Semver bool `long:"semver" description:"Show only the semver version value"`
Commit bool `long:"commit" description:"Show only the versioning commit reference"`
Built bool `long:"built" description:"Show only the build date"`
App cli.App
}
func (VersionCmd) Execute ¶
func (c VersionCmd) Execute(_ []string) error
Click to show internal directories.
Click to hide internal directories.