Custom formatting for command groups.
| 145 | |
| 146 | |
| 147 | class CommandGroup(Command, click.Group): |
| 148 | """Custom formatting for command groups.""" |
| 149 | |
| 150 | pass |
| 151 | |
| 152 | |
| 153 | def print_command_help(ctx: click.Context, command: click.Command): |
nothing calls this directly
no outgoing calls
no test coverage detected