Commit b4e0e6c
fix(cli install): pass missing verbose arg and revert broken custom style
1. Pass required `verbose=not quiet` and `quiet=quiet` to
run_build_ast_graph() — the function gained a mandatory `verbose`
parameter, which the installer call was missing, causing CI failure.
2. Revert the custom questionary Style from #292. The hardcoded
fg:cyan/fg:blue colors were added to improve visibility on light
terminal themes but broke dark themes. Questionary's defaults already
use ●/○ indicator characters that are theme-independent, so a custom
style is unnecessary and just creates a light-vs-dark conflict.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 39b5e0a commit b4e0e6c
1 file changed
Lines changed: 11 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 124 | + | |
| 125 | + | |
127 | 126 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
135 | 130 | | |
136 | 131 | | |
137 | 132 | | |
138 | 133 | | |
139 | 134 | | |
140 | | - | |
| 135 | + | |
141 | 136 | | |
142 | | - | |
| 137 | + | |
143 | 138 | | |
144 | | - | |
| 139 | + | |
145 | 140 | | |
146 | | - | |
| 141 | + | |
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
| |||
796 | 791 | | |
797 | 792 | | |
798 | 793 | | |
| 794 | + | |
| 795 | + | |
799 | 796 | | |
800 | 797 | | |
801 | 798 | | |
| |||
0 commit comments