Track the best path for a submodule that was added

For Agda, this is a proxy for 'root directory' of a project

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-05-21 20:59:08 -07:00
parent a6425c7510
commit b1334455ea
4 changed files with 11 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
{{ end }}
{{ $groupconfig := dict
"url" (.Scratch.Get "bestUrl")
"basePath" (.Scratch.Get "bestPath")
"path" (.Get 1)
"comment" (.Scratch.Get "comment")
"code" (delimit $lines "\n")