class documentation

class DjangoHelpFormatter(HelpFormatter): (source)

View In Hierarchy

Customized formatter so that command-specific arguments appear in the --help output before arguments common to all commands.

Method add_arguments Undocumented
Method add_usage Undocumented
Class Variable show_last Undocumented
Method _reordered_actions Undocumented
def add_arguments(self, actions): (source)

Undocumented

def add_usage(self, usage, actions, *args, **kwargs): (source)

Undocumented

show_last: set[str] = (source)

Undocumented

def _reordered_actions(self, actions): (source)

Undocumented