()
| 616 | } |
| 617 | |
| 618 | func (o options) Args() []string { return o.OptArgs } |
| 619 | func (o options) Command() string { return o.OptCommand } |
| 620 | func (o options) Dir() string { return o.OptDir } |
| 621 | func (o options) Interval() time.Duration { return time.Duration(o.OptInterval) * time.Second } |
no outgoing calls