danbugs / smithereens

Smithereens is a digested open-source data visualizer tool for your Smash results.
https://smithe.net
GNU Affero General Public License v3.0
2 stars 1 forks source link

Adding id and slug search to CLI #106

Closed CERLgit closed 8 months ago

CERLgit commented 8 months ago

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.

Screenshot_20240222_095619

codecov[bot] commented 8 months ago

Codecov Report

Merging #106 (1a204df) into main (7f1864a) will decrease coverage by 0.10%. The diff coverage is 0.00%.

Additional details and impacted files ```diff @@ 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 ```
danbugs commented 8 months ago

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.