aboutsummaryrefslogtreecommitdiff
path: root/flag.go
diff options
context:
space:
mode:
authorAlbert Nigmatzianov <[email protected]>2017-04-17 19:34:00 +0200
committerGitHub <[email protected]>2017-04-17 19:34:00 +0200
commit9e4c21054fa135711121b557932b1887f2405d92 (patch)
tree6e4c5adc595e984b17b6ada105c0aef6eaa99731 /flag.go
parentd627760950273646f006d2b4f2dd815ba6d9556e (diff)
parent3f939ad5200d651fc312903ebe5ae48a51224a7e (diff)
Merge pull request #75 from jonathanmarvens/patch-1
Removed unused field "exitOnError".
Diffstat (limited to 'flag.go')
-rw-r--r--flag.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/flag.go b/flag.go
index ddfc3ef..b9e10c5 100644
--- a/flag.go
+++ b/flag.go
@@ -147,7 +147,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