-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
I don't see mention of autocomplete anywhere. Are there plans to implement this? Have you thought about integrating with existing libraries? Like argcomplete?
Autocomplete is important to me and I am 90% sure I want prompt-toolkit + its completers as part of REPL (I will write what's necessary to glue things to BaseModels). But, having a pydantic-enabled CLI parser with autocomplete has great potential as well.