waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.92k stars 113 forks source link

Improve help output #276

Closed waf closed 1 year ago

waf commented 1 year ago

Two changes to help text:

codecov[bot] commented 1 year ago

Codecov Report

Merging #276 (1d4fbab) into main (4a74e55) will decrease coverage by 0.1%. The diff coverage is 91.6%.

@@           Coverage Diff           @@
##            main    #276     +/-   ##
=======================================
- Coverage   77.5%   77.5%   -0.1%     
=======================================
  Files         81      81             
  Lines       5475    5478      +3     
  Branches     720     721      +1     
=======================================
+ Hits        4246    4248      +2     
  Misses       965     965             
- Partials     264     265      +1     
Impacted Files Coverage Δ
CSharpRepl/ReadEvalPrintLoop.cs 90.7% <75.0%> (-0.6%) :arrow_down:
CSharpRepl/CommandLine.cs 94.4% <100.0%> (ø)