carlobaldassi / ArgParse.jl

Package for parsing command-line arguments to Julia programs.
Other
231 stars 36 forks source link

Improve the description for the case nargs=N #112

Closed petershintech closed 7 months ago

petershintech commented 2 years ago

Also highlight the difference between nargs=1 and the default as https://docs.python.org/3/library/argparse.html#nargs did.

codecov-commenter commented 2 years ago

Codecov Report

Merging #112 (17a2bcd) into master (f1eaaf9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   95.65%   95.65%           
=======================================
  Files           5        5           
  Lines        1381     1381           
=======================================
  Hits         1321     1321           
  Misses         60       60           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f1eaaf9...17a2bcd. Read the comment docs.