mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
fixup! 🐛 support variable terminal widths
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user