Author :
ajacoutot
Date :
2023-05-28 07:53:36
Hash :a25eb1d3 Message :Import argparse-manpage-4.3
ArgumentParser instance -> manual page.
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.
<...>
ok sthen@