From a51cb870fbf3c34897dc080a848e60da3ee50ab0 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 15 Jul 2016 21:49:55 -0400 Subject: [PATCH] Wrap a long line for flake8 --- generate-flag-types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generate-flag-types b/generate-flag-types index 2ee0485..4ac7c04 100755 --- a/generate-flag-types +++ b/generate-flag-types @@ -38,7 +38,8 @@ The meaning of each field is as follows: `Flag` when generating the type definition for `cli` and the wrapper type for `altsrc` type (string) - The type that the generated `Flag` type for - `cli` is expected to "contain" as its `.Value` member + `cli` is expected to "contain" as its `.Value` + member value (bool) - Should the generated `cli` type have a `Value` member? dest (bool) - Should the generated `cli` type support a