We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I't would be nice to have a tab completion for Windows Powershell, we can easily implement this using:
Register-ArgumentCompleter -Native -CommandName poetry -ScriptBlock { # TODO }
I can start to implement it if more people or the poetry author support the idea.
The text was updated successfully, but these errors were encountered:
@hmleal are you still interested in helping with that? I moved the issue from the Poetry repository since Cleo powers Poetry completions. You can look at the code in https://github.com/python-poetry/cleo/blob/main/src/cleo/commands/completions_command.py for reference on how it's done for Linux shells.
Sorry, something went wrong.
Can we see Powershell instead/as well?
No branches or pull requests
Feature Request
I't would be nice to have a tab completion for Windows Powershell, we can easily implement this using:
I can start to implement it if more people or the poetry author support the idea.
The text was updated successfully, but these errors were encountered: