From 0b5d0eb92c5be2f0ddb2fa73990f31e5654e57fe Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 15:16:55 +0200 Subject: krino: 0.0.5 — keyword cache, t and d in review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/krino/check.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/krino/check.go') diff --git a/cmd/krino/check.go b/cmd/krino/check.go index dfe3a1a..4463c73 100644 --- a/cmd/krino/check.go +++ b/cmd/krino/check.go @@ -28,6 +28,7 @@ func cmdCheck(g *globals, args []string, stdout, stderr io.Writer) int { fmt.Fprintf(stdout, "config: %s\n", xdg.Abbrev(r.MainFile)) fmt.Fprintf(stdout, "log: %s\n", xdg.Abbrev(r.LogFile)) + fmt.Fprintf(stdout, "cache: %s\n", xdg.Abbrev(cacheDir())) if len(r.Dirs) == 0 { fmt.Fprintln(stdout, "no directories included; add one with: krino new NAME PATH") } -- cgit v1.3