yargs / cliui

easily create complex multi-column command-line-interfaces.
ISC License
372 stars 41 forks source link

feat: add default width to Deno implementation #144

Open shadowspawn opened 1 year ago

shadowspawn commented 1 year ago

Just a small improvement. Use Deno.consoleSize to supply default value for column width.

Noted in: https://github.com/yargs/cliui/issues/132#issuecomment-1546542214 and was included in closed #140