UniversalBox: Add f and F as possible top_edge types

This commit is contained in:
Florian Festi 2018-07-01 11:25:55 +02:00
parent 37a798e91e
commit 2c7f9f4dc0
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class Boxes:
if default is None: default = "e"
self.argparser.add_argument(
"--top_edge", action="store",
type=ArgparseEdgeType("ecESikvfL"), choices=list("ecESikvfL"),
type=ArgparseEdgeType("efFcESikvfL"), choices=list("efFcESikvfL"),
default=default, help="edge type for top edge")
elif arg == "outside":
if default is None: default = True