Commit d173493
committed
fix(argparse_completer): suppress completion hint for subcommands
Subcommands completion hint (often a list of subcommands) was being displayed above the prompt, which is redundant when prompt-toolkit displays the subcommands in the completion menu. This change suppresses the hint for _SubParsersAction, allowing the completion menu to be the primary guide for subcommands.1 parent 68a7dc1 commit d173493
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
464 | | - | |
| 463 | + | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
0 commit comments