szaghi / FLAP

Fortran command Line Arguments Parser for poor people
150 stars 34 forks source link

Fix "command --help" not printing message #91

Closed ShatrovOA closed 3 years ago

ShatrovOA commented 3 years ago

Dear @szaghi

I tried to resolve bug mentioned in issue #89 Can you confirm that it is the correct way to fix it?

Thanks!

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 3 years ago

Codecov Report

Merging #91 (738df2c) into master (e92fc64) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   62.42%   62.42%           
=======================================
  Files          18       18           
  Lines        1602     1602           
=======================================
  Hits         1000     1000           
  Misses        602      602           
Impacted Files Coverage Δ
src/lib/flap_command_line_interface_t.F90 58.93% <100.00%> (ø)

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 e92fc64...738df2c. Read the comment docs.

szaghi commented 3 years ago

@ShatrovOA

Thank you very very very much, it looks good to me.

Cheers