help text should display: yarn build && yarn start -h
should print generated output to stdout: yarn build && yarn start --output-stdout
should use file with different name than default (types.ts) and default output (generated-types.ts). Make sure the files exist : p yarn build && yarn start -i types1.ts -o result.ts
How to test
yarn build && yarn start -h
yarn build && yarn start --output-stdout
yarn build && yarn start -i types1.ts -o result.ts