Documentation ¶
Index ¶
- func DepsInstalled(c Commander, deps ...string) error
- func FormatCommand(cmd string, options *Options) string
- func WithStderr(w io.Writer) func(*DefaultCommander)
- func WithStdout(w io.Writer) func(*DefaultCommander)
- func WithVerboseWriter(w io.Writer) func(*DefaultCommander)
- type Commander
- type DefaultCommander
- type Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DepsInstalled ¶
func FormatCommand ¶
func WithStderr ¶
func WithStderr(w io.Writer) func(*DefaultCommander)
func WithStdout ¶
func WithStdout(w io.Writer) func(*DefaultCommander)
func WithVerboseWriter ¶
func WithVerboseWriter(w io.Writer) func(*DefaultCommander)
Types ¶
type Commander ¶
func NewCommander ¶
func NewCommander(options ...func(*DefaultCommander)) Commander
type DefaultCommander ¶
Click to show internal directories.
Click to hide internal directories.