Commit eb7a453
committed
feat(cmd2): display tab completion hints in bottom toolbar
Updated ArgparseCompleter integration to display required argument hints in the prompt-toolkit bottom toolbar. This ensures hints like 'Hint: name name of this alias' are visible below the prompt when no completion matches are available. Restored printing of hint tables above the prompt for other argument types.1 parent 87a8894 commit eb7a453
3 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1629 | 1629 | | |
1630 | 1630 | | |
1631 | 1631 | | |
| 1632 | + | |
| 1633 | + | |
1632 | 1634 | | |
1633 | 1635 | | |
1634 | 1636 | | |
| |||
3240 | 3242 | | |
3241 | 3243 | | |
3242 | 3244 | | |
| 3245 | + | |
3243 | 3246 | | |
3244 | 3247 | | |
3245 | 3248 | | |
| |||
3288 | 3291 | | |
3289 | 3292 | | |
3290 | 3293 | | |
3291 | | - | |
| 3294 | + | |
3292 | 3295 | | |
3293 | 3296 | | |
3294 | 3297 | | |
3295 | 3298 | | |
3296 | 3299 | | |
3297 | | - | |
| 3300 | + | |
3298 | 3301 | | |
3299 | 3302 | | |
3300 | 3303 | | |
| |||
3308 | 3311 | | |
3309 | 3312 | | |
3310 | 3313 | | |
3311 | | - | |
| 3314 | + | |
3312 | 3315 | | |
3313 | 3316 | | |
3314 | 3317 | | |
| |||
3322 | 3325 | | |
3323 | 3326 | | |
3324 | 3327 | | |
3325 | | - | |
| 3328 | + | |
3326 | 3329 | | |
3327 | 3330 | | |
3328 | 3331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
70 | 82 | | |
71 | 83 | | |
72 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3374 | 3374 | | |
3375 | 3375 | | |
3376 | 3376 | | |
| 3377 | + | |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
3377 | 3381 | | |
3378 | 3382 | | |
3379 | 3383 | | |
| |||
0 commit comments