-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something like argparse.build_manpages
dict
#7
Comments
I think I would prefer something like this: class ManpageMetadata:
description = None
section = None
def __init__(self, parser):
parser._some_private_pointer = self The |
The definition of the data= is blurry, and it's better to not use it from the outside, it could change. Try to hide it from users (make it optional and private), and actually revert a change that the old Manpage() API. Relates: #7
The definition of the data= is blurry, and it's better to not use it from the outside, it could change. Try to hide it from users (make it optional and private), and actually revert a change that the old Manpage() API. Relates: #7
Does |
This RFE still seems appealing to me, even if we have |
It could look like
Each item could mean new section?
The text was updated successfully, but these errors were encountered: