fixup! 🐛 support variable terminal widths

This commit is contained in:
Philip Schatz
2016-09-29 13:58:47 -04:00
parent 7bbc0d12eb
commit 72110ed40f

View File

@@ -7,7 +7,7 @@ const path = require('path')
const fs = require('fs-plus')
module.exports = function parseCommandLine (processArgs) {
const options = yargs(processArgs).wrap(yargs(processArgs).terminalWidth())
const options = yargs(processArgs).wrap(yargs.terminalWidth())
const version = app.getVersion()
options.usage(
dedent`Atom Editor v${version}