# 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.
# Type aliases
Option is type for passing options to the Cmd.