Commit 8a49cde
committed
fix: Explicitly name click objects that end with magic suffixes (ENG-5110)
Click 8.2.0 includes this change: "When generating a command’s name from
a decorated function’s name, the suffixes _command, _cmd, _group, and
_grp are removed.". That renamed our `user ensure-group` command to
`user ensure`, and caused our `account-group` group to now clobber the
`account` group.
This broke platform functional tests.1 parent a60ccd1 commit 8a49cde
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments