Skip to content

Commit a4c5ccb

Browse files
committed
chore: add aliases to generate command options.
1 parent 0932605 commit a4c5ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hermetic_build/library_generation/cli/entry_point.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def main(ctx):
5050
)
5151
@click.option(
5252
"--repository-path",
53+
"--output",
5354
type=str,
5455
default=".",
5556
show_default=True,
@@ -62,6 +63,7 @@ def main(ctx):
6263
)
6364
@click.option(
6465
"--api-definitions-path",
66+
"--api-root",
6567
type=str,
6668
default=".",
6769
show_default=True,

0 commit comments

Comments
 (0)