-
Notifications
You must be signed in to change notification settings - Fork 14
Use commandargs #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use commandargs #378
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ | |
| go.work | ||
|
|
||
| # Binary | ||
| dsync | ||
| /dsync | ||
| java/target | ||
|
|
||
| # Log files | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| version: v2 | ||
| plugins: | ||
| - local: protoc-gen-go | ||
| out: gen | ||
| opt: paths=source_relative | ||
| - local: protoc-gen-commandargs-urfave | ||
| out: gen | ||
| opt: paths=source_relative | ||
| inputs: | ||
| - directory: proto/connectorcommands | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,3 +14,5 @@ plugins: | |
| out: java/src/main/java | ||
| - remote: buf.build/protocolbuffers/java:v29.1 | ||
| out: java/src/main/java | ||
| inputs: | ||
| - directory: proto/dsync | ||
|
Comment on lines
+17
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Broken Buf generation input path (blocker). Line 18 points to 🤖 Prompt for AI Agents |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Generated by buf. DO NOT EDIT. | ||
| version: v2 | ||
| deps: | ||
| - name: buf.build/adiom/commandargs | ||
| commit: 57609d4ad63a41cd86c89f5874199290 | ||
| digest: b5:72c714f13e7013a860cfd0dff8c720c0d7584ccb9446514e052166067c2bfdc47227d38b33a4b64daaacb2acbd5c5acbdc8509d9dbd563a5e6c3814f4e87dcc6 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.