aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flag.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/flag.go b/flag.go
index 965df13..721c372 100644
--- a/flag.go
+++ b/flag.go
@@ -141,7 +141,6 @@ type FlagSet struct {
shorthands map[byte]*Flag
args []string // arguments after flags
argsLenAtDash int // len(args) when a '--' was located when parsing, or -1 if no --
- exitOnError bool // does the program exit if there's an error?
errorHandling ErrorHandling
output io.Writer // nil means stderr; use out() accessor
interspersed bool // allow interspersed option/non-option args