-
Notifications
You must be signed in to change notification settings - Fork 16
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
slabtop: add -o
/--once
#69
Conversation
Changes since last push:
|
Changes since last push:
|
Changes since last push:
|
Changes since last push:
|
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
==========================================
- Coverage 51.30% 46.77% -4.53%
==========================================
Files 18 18
Lines 2306 2313 +7
Branches 333 333
==========================================
- Hits 1183 1082 -101
+ Misses 1060 1051 -9
- Partials 63 180 +117
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR adds
-o
/--once
, though the functionality itself was already there. It's the same we currently use for when there is no argument specified.