(command, args, options = {})
| 738 | } |
| 739 | |
| 740 | function runJson(command, args, options = {}) { |
| 741 | return JSON.parse(runText(command, args, options)); |
| 742 | } |
| 743 | |
| 744 | function runText(command, args, options = {}) { |
| 745 | const result = spawnSync(command, args, { |