Subject: CVS commit: pkgsrc/devel/py-argparse-manpage
From: Thomas Klausner
Date: 2023-06-01 06:30:44
Message id: 20230601043044.5DEC2FA87@cvs.NetBSD.org

Log Message:
devel/py-argparse-manpage: import py-argparse-manpage-4.3

Avoid documenting your Python script arguments on two places! This
is typically done in an argparse.ArgumentParser help configuration
(help=, description=, etc.), and also in a manually crafted manual
page.

The good thing about an ArgumentParser objects is that it actually
provides a traversable "tree-like" structure, with all the necessary
info needed to automatically generate documentation, for example
in a groff typesetting system (manual pages). And this is where
this project can help.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-argparse-manpage/ALTERNATIVES
1.1addpkgsrc/devel/py-argparse-manpage/DESCR
1.1addpkgsrc/devel/py-argparse-manpage/Makefile
1.1addpkgsrc/devel/py-argparse-manpage/PLIST
1.1addpkgsrc/devel/py-argparse-manpage/distinfo