Commit c6fea02
authored
Default 'Install dependencies?' prompt to yes in agent create TUI (#885)
The install confirm seeded its cursor from cmd.Bool("install"), which is
false when the flag isn't passed, leaving the prompt defaulted to No. Seed
install=true before the form so the common case (Yes) is preselected.1 parent 3d906ce commit c6fea02
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
| 434 | + | |
433 | 435 | | |
434 | 436 | | |
435 | 437 | | |
| |||
0 commit comments