[Core] Add redbot --edit cli flag (replacement for [p]set owner&token) (#3060)

* feat(core): add `redbot --edit` cli flag

* chore(changelog): add towncrier entries

* refactor(core): clean up `redbot --edit`, few fixes

* fix(core): prepare for review

* chore(changelog): update towncrier entry to use double ticks :p

* style(black): ugh, Sinbad's git hook isn't perfect (using worktrees)

* fix: Address Flame's first review
This commit is contained in:
jack1142
2019-11-08 18:07:33 +01:00
committed by Michael H
parent 078210b54c
commit 1651de1305
7 changed files with 252 additions and 80 deletions

View File

@@ -0,0 +1 @@
All ``y/n`` confirmations in cli commands are now unified.

View File

@@ -0,0 +1 @@
Added ``redbot --edit`` cli flag that can be used to edit instance name, token, owner and datapath.

1
changelog.d/3060.fix.rst Normal file
View File

@@ -0,0 +1 @@
Arguments ``--co-owner`` and ``--load-cogs`` now properly require at least one argument to be passed.