mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user