profesorfalken / jPowerShell

Simple Java API to interact with PowerShell console
Apache License 2.0
218 stars 84 forks source link

PowerShellResponseHandler is not public #52

Open 4joke opened 6 years ago

4joke commented 6 years ago

executeCommandAndChain() not working because PowerShellResponseHandler is not public.

VKhasilev commented 5 years ago

Same here :( Very disappointed that could not use execution chaining.

Cydhra commented 4 years ago

I created a pull request to fix the issue. Since this repository seems stale, you may need to use Jitpack to use the hotfixed version, instead of maven central, until the PR is accepted.