-
Notifications
You must be signed in to change notification settings - Fork 16
Walk command #148
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
Walk command #148
Conversation
✅ Deploy Preview for raredocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #148 +/- ##
==========================================
- Coverage 93.53% 93.44% -0.10%
==========================================
Files 141 142 +1
Lines 7398 7446 +48
==========================================
+ Hits 6920 6958 +38
- Misses 359 366 +7
- Partials 119 122 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cmd/walk.go
Outdated
} | ||
stdout.Flush() | ||
|
||
fmt.Fprintf(os.Stderr, "Found %s path(s)\n", color.Wrap(color.BrightGreen, humanize.Hui(count))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output walker metrics instead of counting
No description provided.