package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Aug 7, 2017
License: GPL-3.0, GPL-3.0
Opens a new window with license information.
Imports: 31
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
GaugeCmd = &cobra.Command{
Use: "gauge <command> [flags] [args]",
Example: ` gauge run specs/
gauge run --parallel specs/`,
Run: func(cmd *cobra.Command, args []string) {
if len(args) < 1 {
cmd.Help()
}
},
DisableAutoGenTag: true,
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.