Skip to content
New issue

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

Completion support for PowerShell. #732

Merged
merged 1 commit into from
Nov 5, 2016
Merged

Completion support for PowerShell. #732

merged 1 commit into from
Nov 5, 2016

Conversation

Arnavion
Copy link
Contributor

@Arnavion Arnavion commented Nov 5, 2016

Fixes #729


Requires PS 5.0+ for the Microsoft.PowerShell.Core\Register-ArgumentCompleter commandlet. Earlier versions using the equivalent commandlet from TabExpansionPlusPlus may work, but I haven't tested that. PS 5.0 is available for Windows 7 and non-Windows anyway.

The resulting script can be used by pasting it into the PS profile or saving it to a file and sourcing it into the PS profile in the usual way.

@coveralls
Copy link

coveralls commented Nov 5, 2016

Coverage Status

Coverage remained the same at 91.255% when pulling 5869ebb on Arnavion:fix-729 into a7659ce on kbknapp:master.

@kbknapp
Copy link
Member

kbknapp commented Nov 5, 2016

This is excellent! Thanks 👍

@homu r+

@homu
Copy link
Contributor

homu commented Nov 5, 2016

📌 Commit 5869ebb has been approved by kbknapp

homu added a commit that referenced this pull request Nov 5, 2016
Completion support for PowerShell.

Fixes #729

---

Requires PS 5.0+ for the `Microsoft.PowerShell.Core\Register-ArgumentCompleter` commandlet. Earlier versions using the equivalent commandlet from TabExpansionPlusPlus may work, but I haven't tested that. PS 5.0 is available for Windows 7 and non-Windows anyway.

The resulting script can be used by pasting it into the PS profile or saving it to a file and sourcing it into the PS profile in the usual way.
homu added a commit that referenced this pull request Nov 5, 2016
Completion support for PowerShell.

Fixes #729

---

Requires PS 5.0+ for the `Microsoft.PowerShell.Core\Register-ArgumentCompleter` commandlet. Earlier versions using the equivalent commandlet from TabExpansionPlusPlus may work, but I haven't tested that. PS 5.0 is available for Windows 7 and non-Windows anyway.

The resulting script can be used by pasting it into the PS profile or saving it to a file and sourcing it into the PS profile in the usual way.
@homu
Copy link
Contributor

homu commented Nov 5, 2016

⌛ Testing commit 5869ebb with merge fc22be0...

@homu
Copy link
Contributor

homu commented Nov 5, 2016

☀️ Test successful - status

@homu homu merged commit 5869ebb into clap-rs:master Nov 5, 2016
@Arnavion Arnavion deleted the fix-729 branch November 6, 2016 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants