Feature Request
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.
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.