Class DjangoHelpFormatter
Customized formatter so that command-specific arguments appear in the --help output before arguments common to all commands.
Declaration
class DjangoHelpFormatter(HelpFormatter)
source linkDocumentation
Methods
▷ def add_usage(self, usage, actions, *args, **kwargs)