parallel

package
v2.5.5 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const ParallelPrefix = "parallel"

Variables

This section is empty.

Functions

func DoParrallel

func DoParrallel(aliasName, outputColor string, withoutOutput bool)

func Exec

func Exec(command Command, outputColor string, withoutOutput bool, wg *sync.WaitGroup)

func ExecuteParallel

func ExecuteParallel(
	entry *utils.AliasEntry, params []string,
	flags map[string]string, envs map[string]any,
	printResultCommands bool,
)

Types

type Command

type Command struct {
	Label   string `mapstructure:"label"`
	Color   string `mapstructure:"color"`
	Command string `mapstructure:"command"`
	Path    string `mapstructure:"path"`
}

Jump to

Keyboard shortcuts

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