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
Could you add a global options object that allows setting defaults for various options? For example, the exec function current defaults to printStdout and printStderr to false, but with the global options you could do something like the following:
Could you add a global options object that allows setting defaults for various options? For example, the exec function current defaults to
printStdout
andprintStderr
to false, but with the global options you could do something like the following:And this would mean that all future calls to
jake.exec
would have both options true by default.The text was updated successfully, but these errors were encountered: