You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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