(v string)
| 326 | } |
| 327 | |
| 328 | func (s *stringSliceFlag) Set(v string) error { |
| 329 | *s = append(*s, v) |
| 330 | return nil |
| 331 | } |
| 332 | |
| 333 | // isValidStatus checks the task status enum. |
| 334 | func isValidStatus(s string) bool { |
no outgoing calls
no test coverage detected