Commit ee98653
committed
fix(cli): stand up Init's cli via Register, not core.WithCli()
core.WithCli() inside core/cli forces the default cli back in (the very thing removed from core.New) and double-registers when an app also adds the cli service. Init now stands up the cli the one consistent way — via the package's own Register service.
Co-Authored-By: Virgil <virgil@lethean.io>1 parent 10315f4 commit ee98653
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments