(v)
| 40 | } |
| 41 | |
| 42 | function coerce(v) { |
| 43 | if (v === 'true') return true |
| 44 | if (v === 'false') return false |
| 45 | return v |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Compose CLI args > config > defaults into a normalized trigger spec, then |
no outgoing calls
no test coverage detected
searching dependent graphs…