Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support config columns #52

Closed
wants to merge 1 commit into from
Closed

Conversation

fi3ework
Copy link

close #49

@sindresorhus
Copy link
Owner

The docs are incorrect/misleading. They don't say that the option is only a fallback for when columns cannot be detected.

The docs should also mention the use-case for the option.

And you need to update index.d.ts

@sindresorhus
Copy link
Owner

@fi3ework Friendly bump :)

@ecker00
Copy link

ecker00 commented Apr 4, 2022

I'm using this with concurrently, and think I'm experiencing a similar issue that line widths become cut off too early.

EDIT: Didn't realise it was easy to fix by modifying the stdout:

process.stdout.columns = 300;

So guess this feature is not very important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let define the default columns.
3 participants