Skip to content

Commit 6bcde83

Browse files
committed
Add source comments to Go command line documentation assets
1 parent aa35358 commit 6bcde83

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: "3"
22

33
tasks:
4+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml
45
docs:gen:
56
desc: Generate command reference
67
dir: ./docsgen

workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/docsgen/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/docsgen/go.mod
12
module github.com/arduino/arduino-lint/docsgen
23

34
go 1.14

workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/docsgen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of arduino-cli.
1+
// Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/docsgen/main.go
22
//
33
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
44
//

0 commit comments

Comments
 (0)