kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

Update PowerShell README #403

Closed bebound closed 1 year ago

bebound commented 1 year ago

Use register-python-argcomplete --shell powershell my-awesome-script | Out-String | Invoke-Expression to active completion without saving it to file.

kislyuk commented 1 year ago

Are these changes still relevant? If so, please rebase.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a3fa9e8) 81.29% compared to head (d1a7023) 81.29%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #403 +/- ## ======================================== Coverage 81.29% 81.29% ======================================== Files 10 10 Lines 770 770 ======================================== Hits 626 626 Misses 144 144 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrey+Kislyuk). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andrey+Kislyuk)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

bebound commented 1 year ago

@kislyuk Would you please review this PR?

kislyuk commented 1 year ago

@bebound sorry about the delay, this one is good to go now. Merged.