# Packages
No description provided by the author
# Functions
MustParseCommand calls ParseCommand and exits on error.
MustRunCommand is like RunCommand but panics if the command fails to build or run.
NewCommand initializes a new command object and takes care of tracking the indexes of its arguments.
ParseCommand parses the Go tool call and its arguments and returns it as a Command.
ProcessCommand applies a processor on a command if said command matches the input type of said input processor.
RunCommand executes the underlying go tool command and forwards the program's standard fluxes.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CompileCommand represents a go tool `compile` invocation.
LinkCommand represents a go tool `link` invocation.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
RunCommandOption allows customizing a run command before execution.