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.
Click to show internal directories.
Click to hide internal directories.