add selectable item type

This commit is contained in:
2023-02-25 17:51:37 -08:00
parent 91ae77071e
commit 50cf9c7dd5
2 changed files with 34 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ import (
"os"
"github.com/taigrr/gico/types"
"github.com/taigrr/gico/ui"
)
var days [366]int
@@ -29,8 +28,6 @@ func main() {
increment()
case "graph":
printGraph()
case "interactive":
ui.InteractiveGraph()
case "loadRepo":
loadRepo()
default: