-
Notifications
You must be signed in to change notification settings - Fork 87
Distribution._show_help documentation #242
Copy link
Copy link
Closed
Description
According to its documentation, Distribution._show_help operates on its commands argument:
Line 624 in 38b58a5
| def _show_help(self, parser, global_options=1, display_options=1, commands=[]): |
Lines 633 to 635 in 38b58a5
| the "display-only" options: --name, --version, etc. Finally, | |
| lists per-command help for every command name or command class | |
| in 'commands'. |
However, I don't see commands used anywhere. Instead, I see Distribution._show_help iterate over its self.commands variable:
Line 658 in 38b58a5
| for command in self.commands: |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels