We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0932605 commit a4c5ccbCopy full SHA for a4c5ccb
1 file changed
hermetic_build/library_generation/cli/entry_point.py
@@ -50,6 +50,7 @@ def main(ctx):
50
)
51
@click.option(
52
"--repository-path",
53
+ "--output",
54
type=str,
55
default=".",
56
show_default=True,
@@ -62,6 +63,7 @@ def main(ctx):
62
63
64
65
"--api-definitions-path",
66
+ "--api-root",
67
68
69
0 commit comments