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
flag.ContinueOnError says "Return a descriptive error" [1]
Additionally, the 2nd parameter to fs.Bool() is the default value to use. Since you set it to false, that will be the value of *boolPtr [2]
Finally, it is continuing, as your go playground link demonstrates by printing the last line "fork: false"
I think this is working as intended. Certainly we are not going to change the behavior. If you have a specific suggestion for how to improve the docs, please let us know. Closing.
Please answer these questions before submitting your issue. Thanks!
go version
)?go1.4.2 linux/amd64
go env
)?https://play.golang.org/p/93DWNF-53z
fork: true
becauseContinueOnError
is usedI didn't expect to see
Usage
thoughThe text was updated successfully, but these errors were encountered: