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

Ensure text wrapping in stdout #209

Closed
Tlacenka opened this issue Nov 9, 2023 · 0 comments
Closed

Ensure text wrapping in stdout #209

Tlacenka opened this issue Nov 9, 2023 · 0 comments
Assignees
Labels
➕ enhancement new feature or request 👨‍🔬 research research or proof of concept 🧩 utils 🤓 UX UX improvement for CLI users

Comments

@Tlacenka
Copy link
Collaborator

Tlacenka commented Nov 9, 2023

As a CLI only user, I would appreciate if the output wrapped or hyphenated. Currently, the text is always cut off once the maximum character width is achieved. This results in reduced readability of the stdout report.

At first we will do the research and the time for it will be 4h.

Implementation details

Comment by @matejchalk in #206 (comment):

Unfortunately, it looks like cliui doesn't handle it properly because of some complicated ESM vs CJS stuff, I came across this issue. So we may have to switch libraries or implement the inteligent word wrapping ourselves.

Screenshot

image

@Tlacenka Tlacenka added the ➕ enhancement new feature or request label Nov 9, 2023
@matejchalk matejchalk added 🤓 UX UX improvement for CLI users 🧩 utils labels Nov 9, 2023
@kristihoskova kristihoskova added this to the 2. Integration milestone Nov 13, 2023
@kristihoskova kristihoskova added the 👨‍🔬 research research or proof of concept label Nov 13, 2023
@IKatsuba IKatsuba self-assigned this Nov 18, 2023
IKatsuba added a commit that referenced this issue Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
➕ enhancement new feature or request 👨‍🔬 research research or proof of concept 🧩 utils 🤓 UX UX improvement for CLI users
Projects
None yet
Development

No branches or pull requests

4 participants