command/builder_argument.go
exported type ArgumentBuilder should have comment or be unexported Open
Open
type ArgumentBuilder struct {
- Exclude checks
exported method ArgumentBuilder.SetCaptureOutput should have comment or be unexported Open
Open
func (b *ArgumentBuilder) SetCaptureOutput(capture bool) {
- Exclude checks
exported method ArgumentBuilder.GetCommand should have comment or be unexported Open
Open
func (b *ArgumentBuilder) GetCommand(p delivery.Properties, d delivery.Info, body []byte) (*exec.Cmd, error) {
- Exclude checks
exported method ArgumentBuilder.SetOutputWriter should have comment or be unexported Open
Open
func (b *ArgumentBuilder) SetOutputWriter(w io.Writer) {
- Exclude checks
exported method ArgumentBuilder.SetErrorWriter should have comment or be unexported Open
Open
func (b *ArgumentBuilder) SetErrorWriter(w io.Writer) {
- Exclude checks
exported method ArgumentBuilder.SetCommand should have comment or be unexported Open
Open
func (b *ArgumentBuilder) SetCommand(cmd string) {
- Exclude checks