praiskup / argparse-manpage

Automatically build man-pages for your Python project
Apache License 2.0
40 stars 21 forks source link

Several new configuration/cmd-line options #66

Closed praiskup closed 1 year ago

praiskup commented 1 year ago

The new 'manual_section'/--manual-section allows us to specify a desired manual page version.

The new 'manual_title'/--manual--title option allows us to specify manual page title.

The 'version'/--version has a better documentation now, and is fixed so it has the effect.

The 'description'/--description now has the needed effect, and better documentation.

The 'long_description' is deprecated, unused and hidden. It doesn't make sense to mixup project-description with the utility description. Utility description is directly in the Argparse object.

Added test-cases for all the variants.

Fixes: #15 Fixes: #62