exec

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Cmd is the command 'exec' which executes a task using Gradle or Maven wrapper
	Cmd = &cobra.Command{
		Use:     "exec TASK... -- [TASK_FLAG]...",
		Aliases: []string{"x"},
		Short:   "Execute Gradle or Maven task(s)",
		Args:    cobra.MinimumNArgs(1),
		Run:     run,
	}
)

Functions

func RunWrapperCmd

func RunWrapperCmd(args []string)

Get the Maven or Gradle wrapper to execute tasks

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL