diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 02:31:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 02:31:45 -0500 |
| commit | 7ab21831a0fe606506e8d8260328f4523b2798ce (patch) | |
| tree | 4e267ef0c188c15dca9880f1e6fd03fd7c9d06f3 | |
| parent | 1b9e9c7518a91192c657121e62754034e512638a (diff) | |
notsure. did things break somehow?
| -rw-r--r-- | argv.go | 2 | ||||
| -rw-r--r-- | main.go | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -176,7 +176,7 @@ func DoAutoComplete(argv []string) { fmt.Println("CUI GUI") } case "list": - fmt.Println("--full") + fmt.Println("--mine --favorites --dirty") case "merge": fmt.Println("devel master") case "normal": @@ -55,6 +55,7 @@ func main() { badExit(err) } me.forge = forgepb.InitFromConfig(cfg) + me.forge.InitScan() // initialize patches doPatchInit() |
