()
| 92 | } |
| 93 | |
| 94 | getTransforms() { |
| 95 | if (!this.opts().transform || this.opts().transform.length === 0) { |
| 96 | throw `No transforms specified :( |
| 97 | |
| 98 | Use --transform option to pick one of the following: |
| 99 | ${transformsDocs}`; |
| 100 | } |
| 101 | |
| 102 | return this.opts().transform; |
| 103 | } |
| 104 | |
| 105 | opts() { |
| 106 | return this.program.opts(); |