Skip to content

Commit

Permalink
add default percent for pic shape
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhrajitPrusty committed Oct 28, 2023
1 parent c4e2ada commit 323ddb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ def pic_poly(image, points, show, outline, name, smart, set_wall):
"-p",
type=click.INT,
metavar="1-10",
default=1,
help="""
Use this percentage to determine number of polygons. [1-10]
""",
Expand Down

0 comments on commit 323ddb6

Please sign in to comment.