1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:11:25 -06:00
go/src/flag
Aaron Jacobs 4b6284a7d9 flag: Describe the ErrorHandling enum values.
ContinueOnError is particularly confusing, because it causes
FlagSet.Parse to return as soon as it sees an error. I gather that the
intent is "continue the program" rather than "continue parsing",
compared to exiting or panicking.

Change-Id: I27370ce1f321ea4debcee5b03faff3532495c71a
Reviewed-on: https://go-review.googlesource.com/10740
Reviewed-by: Rob Pike <r@golang.org>
2015-06-05 13:53:26 +00:00
..
example_test.go
export_test.go
flag_test.go flag: use four spaces before tab, not three 2015-03-12 18:43:06 +00:00
flag.go flag: Describe the ErrorHandling enum values. 2015-06-05 13:53:26 +00:00