Skip to content

Commit 533220f

Browse files
committed
🚸 Add choices to "--default-alignment"
1 parent db4312e commit 533220f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adoc_math/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def parse_args():
6262
p.add_argument(
6363
"--default-alignment",
6464
help="This option controls the default *horizontal* alignment of *block* cells. In particuar, it uses Asciidoc's image:...[align=(left|center|right)] API. Default: center.",
65+
choies=("left", "center", "right"),
6566
)
6667

6768
p.add_argument(

0 commit comments

Comments
 (0)