[Core] Add redbot --debuginfo flag (#3183)

* [Core] Add `redbot --debuginfo` flag

* Update cli.py

* Create 3183.enhance.rst

* Update __main__.py

* Update __main__.py
This commit is contained in:
jack1142
2019-12-11 21:49:57 +01:00
committed by Michael H
parent c67b6cd443
commit b6ae7a6d21
3 changed files with 46 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ def parse_cli_flags(args):
description="Red - Discord Bot", usage="redbot <instance_name> [arguments]"
)
parser.add_argument("--version", "-V", action="store_true", help="Show Red's current version")
parser.add_argument("--debuginfo", action="store_true", help="Show debug information.")
parser.add_argument(
"--list-instances",
action="store_true",