Scan() everything options
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
5804b5c53b
commit
2b8d19099f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue