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
This is caused by poetry install will install a foo.cmd inside Scripts, so Typer/click recognise this as cmd instead of PowerShell. Is there a workaround for this?
Additional info
This works if it's not a package. Create main.py):
Using the same terminal as the reproduction steps above, run:
python main.py --install-completion
It works:
powershell completion installed in C:\Users\...\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
Completion will take effect once you restart the terminal
Operating System
Windows
Operating System Details
Edition Windows 11 Enterprise
Version 23H2
Installed on 2/26/2024
OS build 22631.4890
Experience Windows Feature Experience Pack 1000.22700.1067.0
PSVersion 5.1.22621.4391
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
-
First Check
Commit to Help
Example Code
Description
Reproduction steps
Open Windows Terminal PowerShell:
In
pyproject.toml
add (from Building a Package doc):In
foo/__init__.py
add the example code.Then run:
See the error:
This is caused by
poetry install
will install afoo.cmd
insideScripts
, so Typer/click recognise this as cmd instead of PowerShell. Is there a workaround for this?Additional info
This works if it's not a package. Create
main.py
):Using the same terminal as the reproduction steps above, run:
It works:
powershell completion installed in C:\Users\...\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 Completion will take effect once you restart the terminal
Operating System
Windows
Operating System Details
Edition Windows 11 Enterprise
Version 23H2
Installed on 2/26/2024
OS build 22631.4890
Experience Windows Feature Experience Pack 1000.22700.1067.0
PSVersion 5.1.22621.4391
Typer Version
0.15.2
Python Version
3.9.13
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions