Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionCmd = climax.Command{ Name: "version", Brief: "Print version info and exit", Help: "Print version info and exit", Handle: func(_ climax.Context) int { tool := version.Version{} executor := internal.NewExecutor("") return executor.RunTool(tool, false) }, }
VersionCmd defines the version command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.