diff options
| author | Albert Nigmatzianov <[email protected]> | 2017-04-17 19:34:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-17 19:34:00 +0200 |
| commit | 9e4c21054fa135711121b557932b1887f2405d92 (patch) | |
| tree | 6e4c5adc595e984b17b6ada105c0aef6eaa99731 /flag.go | |
| parent | d627760950273646f006d2b4f2dd815ba6d9556e (diff) | |
| parent | 3f939ad5200d651fc312903ebe5ae48a51224a7e (diff) | |
Merge pull request #75 from jonathanmarvens/patch-1
Removed unused field "exitOnError".
Diffstat (limited to 'flag.go')
| -rw-r--r-- | flag.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
