We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8985237 commit d2a1346Copy full SHA for d2a1346
1 file changed
bin.ts
@@ -107,4 +107,4 @@ yargs(hideBin(process.argv))
107
.alias('help', 'h')
108
.version()
109
.alias('version', 'v')
110
- .wrap(yargs.terminalWidth()).argv;
+ .wrap(process.stdout.isTTY ? yargs.terminalWidth() : 80).argv;
0 commit comments