File tree 10 files changed +12
-12
lines changed
rpc/internal/client_example
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
matrix :
237
237
module :
238
238
- path : internal/arduino/discovery/discovery_client
239
- - path : client_example
239
+ - path : rpc/internal/ client_example
240
240
- path : commands/daemon/term_example
241
241
242
242
steps :
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ __debug_bin*
18
18
.vscode
19
19
20
20
# gRPC client example folder
21
- /client_example /client_example
22
- /client_example /** /* .bin
23
- /client_example /** /* .elf
21
+ /rpc / internal / client_example /client_example
22
+ /rpc / internal / client_example /** /* .bin
23
+ /rpc / internal / client_example /** /* .elf
24
24
25
25
# Misc.
26
26
.DS_Store
Original file line number Diff line number Diff line change @@ -301,24 +301,24 @@ tasks:
301
301
i18n:update :
302
302
desc : Updates i18n files
303
303
cmds :
304
- - go run ./i18n/cmd/main.go catalog generate . > ./i18n/data/en.po
304
+ - go run ./internal/ i18n/cmd/main.go catalog generate . > ./internal /i18n/data/en.po
305
305
306
306
i18n:pull :
307
307
desc : Pull i18n files from transifex
308
308
cmds :
309
- - go run ./i18n/cmd/main.go transifex pull ./i18n/data
309
+ - go run ./internal/ i18n/cmd/main.go transifex pull ./internal /i18n/data
310
310
311
311
i18n:push :
312
312
desc : Push i18n files to transifex
313
313
cmds :
314
- - go run ./i18n/cmd/main.go transifex push ./i18n/data
314
+ - go run ./internal/ i18n/cmd/main.go transifex push ./internal /i18n/data
315
315
316
316
i18n:check :
317
317
desc : Check if the i18n message catalog was updated
318
318
cmds :
319
319
- task : i18n:pull
320
- - git add -N ./i18n/data
321
- - git diff --exit-code ./i18n/data
320
+ - git add -N ./internal/ i18n/data
321
+ - git diff --exit-code ./internal/ i18n/data
322
322
323
323
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-mkdocs-task/Taskfile.yml
324
324
website:check :
Original file line number Diff line number Diff line change @@ -349,6 +349,6 @@ metrics:
349
349
` ` `
350
350
351
351
[configuration documentation] : configuration.md
352
- [client_example] : https://github.com/arduino/arduino-cli/blob/master/client_example
352
+ [client_example] : https://github.com/arduino/arduino-cli/blob/master/rpc/internal/ client_example
353
353
[grpc reference] : rpc/commands.md
354
354
[prometheus] : https://prometheus.io/
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ services and messages are detailed in the [gRPC reference] pages.
19
19
20
20
[ installation ] : installation.md
21
21
[ getting started guide ] : getting-started.md
22
- [ client_example ] : https://github.com/arduino/arduino-cli/blob/master/client_example
22
+ [ client_example ] : https://github.com/arduino/arduino-cli/blob/master/rpc/internal/ client_example
23
23
[ grpc reference ] : rpc/commands.md
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ tracker] if you’ve got a use case that doesn’t fit one of the three pillars.
102
102
[ grpc interface reference ] : rpc/commands.md
103
103
[ grpc supported languages ] : https://grpc.io/docs/languages/
104
104
[ arduino cli repository ] : https://github.com/arduino/arduino-cli
105
- [ grpc client example ] : https://github.com/arduino/arduino-cli/blob/master/client_example
105
+ [ grpc client example ] : https://github.com/arduino/arduino-cli/blob/master/rpc/internal/ client_example
106
106
[ commands package ] : https://github.com/arduino/arduino-cli/tree/master/commands
107
107
[ issue tracker ] : https://github.com/arduino/arduino-cli/issues
108
108
[ contextual help screenshot ] : img/CLI_contextual_help_screenshot.png
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments