Discover Packages
github.com/anchore/go-make
run
package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 13, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Cancel invokes a cancel call on all active commands
Command a command: wait until completion, return stdout and discard Stderr unless an error occurs, in which case the entire
contents of stdout and stderr are returned as part of the error text. This function DOES NOT shell-split the command text
provided.
Option is used to alter the command used in Exec calls
Args appends args to the command
Env adds an environment variable to the command
Quiet logs at Debug level instead of Log level
Stderr executes with stdout output mapped to the current process' stdout and optionally stderr
Stdin executes with stdout output mapped to the current process' stdout and optionally stderr
Stdout executes with stdout output mapped to the current process' stdout and optionally stderr
Write outputs stdout to a file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.