-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adding id and slug search to CLI #106
Conversation
Signed-off-by: Carlos R <[email protected]>
Signed-off-by: Carlos R <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #106 +/- ##
==========================================
- Coverage 14.94% 14.85% -0.10%
==========================================
Files 24 24
Lines 1485 1494 +9
==========================================
Hits 222 222
- Misses 1263 1272 +9 |
I mentioned this on Discord, but, again... Thank you for your contribution, @CERLgit ! It's genuinely really awesome to see ;D Btw, don't worry about the codecov thing failing. I don't really care. I really just have it thre to ensure our test coverage doesn't go down tremendously. |
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.
This looks good to me - just one small requested change!
Signed-off-by: Carlos R <[email protected]>
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.
LGTM :)
Attempt 3.
Decided to quickly add slug support as well since sending people to PGstats to grab ID seems a bit strange when the slug is easily found on start.gg profiles (they even copy when clicked).
Used using "smithe id <id>" or "smithe slug <slug>" respectively.
Output from each is identical to output of original player tag search command.