Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JoinCommandParts ¶
func RunCommand ¶
func RunCommand(o *RunCommandOpts) error
Types ¶
type ParsedCmd ¶
func ParseCommand ¶
type RunCommandOpts ¶
type StringNullWriter ¶
type StringNullWriter struct{}
String Writer which satisfies Writer interface but writes nothing and returns an empty string on String() method (similar to strings.Builder)
func (*StringNullWriter) String ¶
func (nw *StringNullWriter) String() string
Click to show internal directories.
Click to hide internal directories.