From 22933394b6084d594dbe5081fb94c5c5f78997d2 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Tue, 14 Jan 2025 17:19:25 +0100 Subject: [PATCH] fix: Temporary hide --content-template CLI option of connect * It is not possible to use content templates in production ATM. For this reason, we decided to mark --content-template CLI option as hidden. Thus, it will be possible to test it, but it will not be exposed to users and customers. --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 995cc26..1538f10 100644 --- a/main.go +++ b/main.go @@ -160,6 +160,7 @@ func main() { &cli.StringSliceFlag{ Name: "content-template", Usage: "register with `CONTENT_TEMPLATE`", + Hidden: true, Aliases: []string{"c"}, }, &cli.StringFlag{