@hey-api/openapi-ts 0.84.2 → 0.84.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/index.cjs CHANGED
@@ -93,14 +93,6 @@ async function start() {
93
93
  'useOptions',
94
94
  ]);
95
95
 
96
- const isInteractive =
97
- process.stdin.isTTY &&
98
- process.stdout.isTTY &&
99
- !process.env.CI &&
100
- !process.env.NO_INTERACTIVE &&
101
- !process.env.NO_INTERACTION;
102
- userConfig.interactive = isInteractive;
103
-
104
96
  if (params.plugins === true) {
105
97
  userConfig.plugins = [];
106
98
  } else if (params.plugins) {