package
0.75.5
Repository: https://github.com/gruntwork-io/terragrunt.git
Documentation: pkg.go.dev

# Functions

Command returns the `Cmd` struct to execute the named program with the given arguments.
PrepareConsole is run at the start of the application to set up the console.
WithEnv sets envs to the Cmd.
WithForwardSignalDelay sets forwarding signal delay to the Cmd.
WithLogger sets Logger to the Cmd.
WithUsePTY enables a pty for the Cmd.

# Structs

Cmd is a command type.

# Type aliases

Option is type for passing options to the Cmd.