Documentation
¶
Index ¶
- func AddCommands(cmd *cobra.Command, config *gbt.Config)
- func NewBuildCommand(config *gbt.Config) *cobra.Command
- func NewCheckCommand(config *gbt.Config) *cobra.Command
- func NewLintCommand(config *gbt.Config) *cobra.Command
- func NewRunCommand(config *gbt.Config) *cobra.Command
- func NewTestCommand() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
AddCommands adds all the commands from cli/command to the root command
func NewBuildCommand ¶
NewBuildCommand returns a cobra command for building one or more targets.
func NewCheckCommand ¶
NewCheckCommand returns a cobra command for running tests and linters.
func NewLintCommand ¶
NewLintCommand returns a cobra command for running linters.
func NewRunCommand ¶
NewRunCommand returns a cobra command for building and running one or more targets.
func NewTestCommand ¶
NewTestCommand returns a cobra command for running tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.