szaghi / FLAP

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

Added support of group examples #92

Closed ShatrovOA closed 3 years ago

ShatrovOA commented 3 years ago

This change will add a possbility to add examples of the correct usage of a group. If group has examples then they will be printed when user passes flag "-h". Otherwise common examples will be printed if they exist.

szaghi commented 3 years ago

@ShatrovOA Thank you!