rink-rs icon indicating copy to clipboard operation
rink-rs copied to clipboard

Markup for doc strings

Open tiffany352 opened this issue 1 year ago • 1 comments

Makes Rink parse out the links and date strings when using the token format machinery. This is a new syntax in the definitions file with <abc> for links and #abc# for dates.

Replaced ansi_term with nu-ansi-term because the former was unmaintained. The latter comes with the ability to set hyperlinks.

tiffany352 avatar May 12 '24 01:05 tiffany352

Codecov Report

Attention: Patch coverage is 96.06557% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 80.15%. Comparing base (c0aadc4) to head (da9467a). Report is 1 commits behind head on master.

:exclamation: Current head da9467a differs from pull request most recent head 21acc56

Please upload reports for the commit 21acc56 to get more accurate results.

Files Patch % Lines
cli/src/fmt.rs 94.61% 9 Missing :warning:
cli/src/style_ser.rs 98.78% 1 Missing :warning:
core/src/loader/load.rs 85.71% 1 Missing :warning:
core/src/output/reply.rs 66.66% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   76.09%   80.15%   +4.06%     
==========================================
  Files          41       42       +1     
  Lines        7383     7676     +293     
==========================================
+ Hits         5618     6153     +535     
+ Misses       1765     1523     -242     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 12 '24 01:05 codecov[bot]