[BUG] Unable to autocomplete Option or Argument with Path type #663
Replies: 1 comment
-
Can't reproduce on (tried on Ubuntu, bash).. Typing
one more TAB
I'll close this as it was probably fixed somewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
When I try to run the tutorial I expect to have autocompletion on
Path
arguments, but when I hit tab a space is added and there is no autocompletion.The workaround I found is to set the type to
str
instead ofPath
but I'm not satisfied with it.Capture.video.du.12-09-2023.18.06.39.webm
Operating System
Linux
Operating System Details
I use bash
Typer Version
0.9.0
Python Version
3.10.12
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions