From 32d84d8e870a7f475c228c3c58f2c879f6a4009e Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Wed, 17 Jul 2019 00:25:13 -0700 Subject: [PATCH] copy update --- flag.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flag.go b/flag.go index 71fd729..afb0fed 100644 --- a/flag.go +++ b/flag.go @@ -75,8 +75,8 @@ type Flag interface { GetName() string } -// RequiredFlag is an interface that allows us to return mark flags as required -// it allows flags defined in this library to be marked as required in a backwards compatible fashion +// RequiredFlag is an interface that allows us to mark flags as required +// it allows flags required flags to be backwards compatible with the Flag interface type RequiredFlag interface { Flag