andrey-zherikov / argparse

Parser for command-line arguments
https://andrey-zherikov.github.io/argparse/
Boost Software License 1.0
30 stars 6 forks source link

Prettify `tools/deps.sh` #142

Closed SirNickolas closed 8 months ago

SirNickolas commented 8 months ago
  1. Executable bit is set.
  2. Runnable from any directory now.
  3. Output-file name is customizable.
  4. Produces SVG rather than PNG (15 times smaller).
  5. Duplicate edges (due to multiple imports) are discarded.
  6. egrep is deprecated; we are advised to use grep -E, but it is simpler to just put a backslash here. sed -E, on the other hand, cleans up the code significantly.
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (916f7bd) 98.54% compared to head (da85d2f) 98.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #142 +/- ## ======================================= Coverage 98.54% 98.54% ======================================= Files 25 25 Lines 1790 1790 ======================================= Hits 1764 1764 Misses 26 26 ```

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