From 9f17bb317dc57b0ea586ef66613b2561b0461de0 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 9 Oct 2024 05:00:57 -0400 Subject: [PATCH] docs(cmd/joj3): add TODO --- cmd/joj3/conf/conf.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/joj3/conf/conf.go b/cmd/joj3/conf/conf.go index 177343a..f17efd7 100644 --- a/cmd/joj3/conf/conf.go +++ b/cmd/joj3/conf/conf.go @@ -36,6 +36,7 @@ type Conf struct { } } } + // TODO: allow skip scoreboard/failed table/issue Teapot struct { Skip bool `default:"true"` LogPath string `default:"/home/tt/.cache/joint-teapot-debug.log"`