Skip to content

Commit b305a56

Browse files
committed
1 parent 4203c98 commit b305a56

2 files changed

Lines changed: 447 additions & 0 deletions

File tree

bin/generate/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def main() -> int:
8383
"--minimal-update",
8484
"--library",
8585
"asyncio",
86+
"-t",
87+
f"{str(root / 'bin' / 'generate' / 'templates')}",
8688
]
8789
subprocess.run(generator_cmd, cwd=str(root), check=True) # nosec: B603
8890

0 commit comments

Comments
 (0)