make buildable by the general public

This commit is contained in:
2023-01-28 02:32:10 -08:00
parent 89a4d01f21
commit dbef522f89
4 changed files with 4 additions and 4 deletions

1
cmd/cli/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
cli

View File

@@ -31,7 +31,6 @@ func main() {
fmt.Println()
fmt.Println()
fmt.Println()
freq, _ = commits.GlobalFrequency(time.Now().Year(), []string{""})
fmt.Println("year:")
fmt.Println(term.GetYearUnicode(freq))
}