denisdefreyne / cri

A tool for building commandline applications
MIT License
120 stars 19 forks source link

If summary is missing, print name anyway #93

Closed denisdefreyne closed 5 years ago

denisdefreyne commented 5 years ago

When a command has a name but no summary, nothing would be printed as the summary. With this change, only the name is printed, e.g.

NAME
    build

rather than (if the summary were present)

NAME
    build - do some build stuff

Fixes #92.

judofyr commented 5 years ago

Looks good to me!

denisdefreyne commented 5 years ago

Released as 2.15.6!