Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SauceCtlCli ¶
type SauceCtlCli struct {
// contains filtered or unexported fields
}
SauceCtlCli is the cli context
func NewSauceCtlCli ¶
func NewSauceCtlCli() *SauceCtlCli
NewSauceCtlCli creates the context object for the cli
func (*SauceCtlCli) Err ¶
func (cli *SauceCtlCli) Err() io.Writer
Err returns the writer used for stderr
func (*SauceCtlCli) In ¶
func (cli *SauceCtlCli) In() *streams.In
In returns the reader used for stdin
func (*SauceCtlCli) Out ¶
func (cli *SauceCtlCli) Out() *streams.Out
Out returns the writer used for stdout
func (*SauceCtlCli) SetIn ¶
func (cli *SauceCtlCli) SetIn(in *streams.In)
SetIn sets the reader used for stdin
Click to show internal directories.
Click to hide internal directories.