adds PowerShell argument tab completion for Paket-Add - #887
Conversation
fix fsproject/Paket#873 fix exception handling add some positional params
|
Last issue before this is mergable is that this is causing things to lock up. Paket-Add -NuGet |
|
This is good to go. |
|
Will fix later today, but needs time until the chocolatey people release it
|
|
In my blog, I'll talk about adding other chocolatey sources like the NuGet Gallery to stay up-to-date. choco source list
choco source add -n=nuget -s=https://www.nuget.org/api/v2 |
|
Nice. And I read they can also white-list tools. Maybe they will white-list
|
There was a problem hiding this comment.
Without the try with here, an exception kills the started thread, which kills the powershell thread which kills powershell. It is important.
There was a problem hiding this comment.
Could you please add this as a comment in the code there.
There was a problem hiding this comment.
More argument tab completers can be added following this pattern. It must be done in PowerShell. The output of another command is used to do the tab completion.
adds PowerShell argument tab completion for Paket-Add



fix #873
fix exception handling
add some positional params
The list of versions should be sorted the other way. See #886.