Documentation
¶
Overview ¶
Package exec provides functions that wrap os/exec functions. These functions prevent external commands from opening windows on the Windows platform.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
func Command(name string, arg ...string) *exec.Cmd
Command wraps the exec.Command function, preventing Windows from opening a window when starting.
func CommandContext ¶
func CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd
CommandContext wraps the exec.CommandContext function, preventing Windows from opening a window when starting.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.