Skip to content

CLI flask run describes that uses --debug to enable debugger and reloader, but flask run does not have the -- debug option #4777

@qq1u

Description

@qq1u

flask run --help description: The reloader and debugger are enabled by default with the '--debug' option.
But when I use flask run --debug, it tells me that there is no --debug option

flask run --debug

image

According to the description of flask run --help, the --debug option should be supported.

Environment:

  • Python version: 3.10.6
  • Flask version: 2.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions