From 1e7390f573d512e3d01ffbc76f157fbf4c50ecdb Mon Sep 17 00:00:00 2001 From: Matt Keranen Date: Mon, 12 Aug 2024 11:16:26 -0400 Subject: [PATCH] Don't truncate flag defaults so short --- fire/helptext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fire/helptext.py b/fire/helptext.py index 6e7fbb07..be19d406 100644 --- a/fire/helptext.py +++ b/fire/helptext.py @@ -45,7 +45,7 @@ from fire import inspectutils from fire import value_types -LINE_LENGTH = 80 +LINE_LENGTH = 132 SECTION_INDENTATION = 4 SUBSECTION_INDENTATION = 4