(commandPath string)
| 297 | } |
| 298 | |
| 299 | func (b *commandBuilder) CommandPath(commandPath string) CommandBuilder { |
| 300 | b.properties[`Command Path`] = commandPath |
| 301 | |
| 302 | return b |
| 303 | } |
| 304 | |
| 305 | func (b *commandBuilder) Build() CommandEvent { |
| 306 | return &commandEvent{ |
no outgoing calls
no test coverage detected