Skip to content

Commit

Permalink
add dynamic terminal sizing for help
Browse files Browse the repository at this point in the history
  • Loading branch information
amgando committed Nov 17, 2019
1 parent 4c02928 commit 7a215cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/near-cli.js
Expand Up @@ -229,4 +229,5 @@ yargs // eslint-disable-line
})
.showHelpOnFail(true)
.demandCommand(1, 'Please enter a command')
.wrap(null)
.argv;

0 comments on commit 7a215cf

Please sign in to comment.