Skip to content

"myapp" could return "django-admin.py help" output #17

@dmr

Description

@dmr

When I run

$ myapp

I see

usage: myapp [--config=/path/to/settings.py] [command] [options]

But when I run

$ django-admin.py

I see

Usage: django-admin subcommand [options] [args]

Options:
  -v VERBOSITY, --verbosity=VERBOSITY
                        Verbosity level; 0=minimal output, 1=normal output,
                        2=verbose output, 3=very verbose output
  --settings=SETTINGS   The Python path to a settings module, e.g.
                        "myproject.settings.main". If this isn't provided, the
                        DJANGO_SETTINGS_MODULE environment variable will be
                        used.
  --pythonpath=PYTHONPATH
....

--> How do you guys feel about putting a small logan-header on top of the help message and run the help command by default?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions