Skip to content

Tab completion for Windows Powershell #253

@hmleal

Description

@hmleal
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement of an existing feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions