Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = "0.1.3"
)
Variables ¶
View Source
var ( BuildTime string BuildCommit string )
Build time and commit information.
⚠️ WARNING: should only be set by "-ldflags".
View Source
var RootCmd = &cobra.Command{ Use: "charty", Short: "Test suites as charts!", Long: `Execute chart test suites like a breeze!`, Version: fmt.Sprintf("%s-g%s %s", Version, BuildCommit, BuildTime), SilenceErrors: true, }
RootCmd represents the base command when called without any subcommands
View Source
var Verbose bool
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.