You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pass options.stdout, it raises error about stderr requirement, then readFile, etc.
Those options, though called "additional"... Aren't additional.
Due to the issue #2241, I'm not using the most recent version and instead I'm using [email protected], but this "additional" problem seems to be around for an eternity anyway, and I guess it is present in the recent versions, too.
Please make this programmatic usage to be what it's shown to be: make additional options truly additional. Thanks.
The text was updated successfully, but these errors were encountered:
In the docs, Programmatic usage section, this code is mentioned:
When I try the simplest code like this:
I'm getting errors then:
When I pass
options.stdout
, it raises error aboutstderr
requirement, thenreadFile
, etc.Those options, though called "additional"... Aren't additional.
Due to the issue #2241, I'm not using the most recent version and instead I'm using
[email protected]
, but this "additional" problem seems to be around for an eternity anyway, and I guess it is present in the recent versions, too.Please make this programmatic usage to be what it's shown to be: make additional options truly additional. Thanks.
The text was updated successfully, but these errors were encountered: