Commit d04f0d9
fix(cli install): pass missing verbose arg and use background-neutral styles
1. Pass required `verbose=not quiet` to run_build_ast_graph() — fixes CI
failure where the argument was missing after the function signature changed.
2. Drop hardcoded blue/cyan foreground colors from questionary styles.
Bold + underline without explicit fg works on both light AND dark terminal
backgrounds; the previous blue/cyan palette was unreadable on dark themes.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 39b5e0a commit d04f0d9
1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
796 | 795 | | |
797 | 796 | | |
798 | 797 | | |
| 798 | + | |
| 799 | + | |
799 | 800 | | |
800 | 801 | | |
801 | 802 | | |
| |||
0 commit comments