byronwatt / CmdLineOptions

yet another command line parser for c++
MIT License
1 stars 0 forks source link

creating private section and renaming vars there to start with _ to i… #19

Closed pointnotfoe closed 1 year ago

pointnotfoe commented 1 year ago

…ndicate private.

Without at the front will be public. lets avoid using at the end

codecov-commenter commented 1 year ago

Codecov Report

Merging #19 (035e9f8) into main (deb009e) will not change coverage. The diff coverage is 42.85%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   72.61%   72.61%           
=======================================
  Files           6        6           
  Lines         661      661           
  Branches      128      128           
=======================================
  Hits          480      480           
  Misses        118      118           
  Partials       63       63           
Impacted Files Coverage Δ
inc/cmd_line_options.h 50.00% <ø> (ø)
src/cmd_line_options.cpp 69.41% <42.85%> (ø)
byronwatt commented 1 year ago

awesome !

byronwatt commented 1 year ago

image

do you have the 'squash and merge' option,... or do i need to change permissions ?