diff --git a/flag.go b/flag.go index c619453..8003659 100644 --- a/flag.go +++ b/flag.go @@ -8,7 +8,6 @@ type Flag interface { type BoolFlag struct { Name string - Value bool Usage string }