Skip to content

Commit

Permalink
fixup! Allow chws_tool to take a file path output
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Mar 8, 2024
1 parent fb8701c commit 9fbb025
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/chws_tool/add_chws.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ async def main_async() -> None:
help="comment level for the glyph list",
)
parser.add_argument(
"-o", "--output", default="build", type=pathlib.Path, help="output path or directory"
"-o",
"--output",
default="build",
type=pathlib.Path,
help="output path or directory",
)
parser.add_argument(
"-p",
Expand Down

0 comments on commit 9fbb025

Please sign in to comment.