(client: CloudConvertClient, files: string[])
| 570 | } |
| 571 | |
| 572 | function createArgv(client: CloudConvertClient, files: string[]): CliArguments { |
| 573 | return { |
| 574 | apikey: 'key', |
| 575 | sandbox: false, |
| 576 | overwrite: false, |
| 577 | files, |
| 578 | cloudconvert: client |
| 579 | }; |
| 580 | } |
| 581 | |
| 582 | function createSpinner(): Spinner { |
| 583 | return { |