Typer autocompletion fails when completing a file #677
Unanswered
yannpoupon
asked this question in
Questions
Replies: 0 comments
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
For my project I want to use typer for autocompletion on linux and windows I use poetry to install the command, the autocompletion shows up when I press double tab as expected, but I have one problem when I autocomplete a file name I get the following result :
But if I type manually the path of the file the function works as expected :
I have no idea what could be the problem here.
Operating System
Windows
Operating System Details
Test done on windows with powershell with the following config :
PSVersion 7.3.6
PSEdition Core
GitCommitId 7.3.6
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Typer Version
0.9.0
Python Version
3.10.11
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions