mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[Core] Various fixes to redbot-setup delete (#2958)
- ``redbot-setup delete`` no longer errors about "unexpected keyword argument" (fix #2955) - ``redbot-setup delete`` no longer prompts about backup when user passes ``--no-prompt`` option (fix #2956) - ``--[no-]backup``, ``--[no-]drop-db`` and ``--[no-]remove-datapath`` in ``redbot-setup delete`` command are now on/off flags. ``--no-prompt`` was changed to flag too, but it doesn't have ``--prompt`` equivalent as there's no much point in having it - ``redbot-setup`` now uses `click.confirm` for confirmation prompts and thy now also have default values for user convenience
This commit is contained in:
1
changelog.d/2955.bugfix.rst
Normal file
1
changelog.d/2955.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
``redbot-setup delete`` no longer errors about "unexpected keyword argument"
|
||||
1
changelog.d/2956.bugfix.rst
Normal file
1
changelog.d/2956.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
``redbot-setup delete`` no longer prompts about backup when user passes ``--no-prompt`` option
|
||||
1
changelog.d/2958.enhance.1.rst
Normal file
1
changelog.d/2958.enhance.1.rst
Normal file
@@ -0,0 +1 @@
|
||||
``--[no-]backup``, ``--[no-]drop-db`` and ``--[no-]remove-datapath`` in ``redbot-setup delete`` command are now on/off flags.
|
||||
1
changelog.d/2958.enhance.2.rst
Normal file
1
changelog.d/2958.enhance.2.rst
Normal file
@@ -0,0 +1 @@
|
||||
Confirmation prompts in ``redbot-setup`` now have default values for user convenience.
|
||||
Reference in New Issue
Block a user