Commit 8220b32
authored
[skip changelog] Use local path for github.com/arduino/arduino-cli module dependency of docsgen (#719)
Previously, docsgen used a pinned version of the github.com/arduino/arduino-cli module, which resulted in the generated command documentation not reflecting updates to the Arduino CLI command line interface made after the pinned version.
The new approach is to use the current version of the module from the local path, resulting in the generated documentation always matching the associated version of Arduino CLI.1 parent b378a6a commit 8220b32
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
0 commit comments