Scan() everything options

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-23 15:21:20 -06:00
parent 5804b5c53b
commit 2b8d19099f
1 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,14 @@ func globalBuildOptions(box *gui.Node) {
me.autoDryRun = group2.NewCheckbox("autotypist --dry-run")
me.autoDryRun.SetChecked(true)
group2.NewButton("parse go.sum ScanGitConfig()", func() {
repostatus.ScanGitConfig()
})
group2.NewButton("parse go.sum ScanGoSrc()", func() {
repostatus.ScanGoSrc()
})
group2.NewButton("run git status", func() {
me.autoWorkingPwd.SetValue("~/go/src")
log.Warn("scanning allrepos")