Skip to content

Commit

Permalink
Merge pull request #508 from gdsfactory/fix-cli
Browse files Browse the repository at this point in the history
fix cli arg
  • Loading branch information
sebastian-goeldi authored Nov 6, 2024
2 parents edf8020 + a9cf170 commit 072da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kfactory/cli/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def build(
int, typer.Option(help="Maximum number of vertices per polygon.")
] = 4000,
max_cellname_length: Annotated[
int, typer.Option("Maximum number of characters in a cell name.")
int, typer.Option(help="Maximum number of characters in a cell name.")
] = 99,
) -> None:
"""Run a python modules __main__ or a function if specified."""
Expand Down

0 comments on commit 072da81

Please sign in to comment.