Skip to content

Commit 2f4b32d

Browse files
committed
Remove is_long from cbi-tree --prune option
Although --prune is a "long option", that's not what the "long" in "is_long" refers to. Because --prune doesn't have a shorthand and doesn't accept an argument, the description of the option is not long enough to generate an initial newline. Signed-off-by: John Pennycook <[email protected]>
1 parent d316835 commit 2f4b32d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codebasin/tree.py

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def _build_parser() -> argparse.ArgumentParser:
6969
action="store_true",
7070
help=_help_string(
7171
"Prune unused files from the tree.",
72-
is_long=True,
7372
),
7473
)
7574
parser.add_argument(

0 commit comments

Comments
 (0)