Skip to content

Conversation

@cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Mar 29, 2025

This PR adapts the column widths of the TTY and PCPU columns to match those of the original w.

Before the change:

$ cargo run -q w
USER     TTY      LOGIN@   IDLE   JCPU   PCPU WHAT
...

After the change:

$ cargo run -q w
USER     TTY       LOGIN@   IDLE   JCPU   PCPU  WHAT
...

Original w (I omit the first line as we don't have implemented it yet in our version):

$ w
USER     TTY       LOGIN@   IDLE   JCPU   PCPU  WHAT
...

@Krysztal112233 Krysztal112233 merged commit c9861a1 into uutils:main Mar 29, 2025
14 checks passed
@codecov
Copy link

codecov bot commented Mar 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (3ff0247) to head (ceb5213).
Report is 7 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #377   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cakebaker cakebaker deleted the w_fix_column_widths branch March 30, 2025 08:20
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.

2 participants