Commit 542d98d
authored
chore: add aliases to generate command options. (#3689)
Adding alias to repository-path and api-definitions-path to be
compatible with Librarian
[options](https://github.com/googleapis/librarian/blob/d3f78d51103c523da60251e790c05a681331192a/internal/command/flags.go#L40)
[click options](https://click.palletsprojects.com/en/stable/options/)
allows alias directly, so this change is trivial and does not affect any
existing usage cases.1 parent 5192426 commit 542d98d
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments