From d219f79b9fb9b53289d3378de6a191dc1be88eb7 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Sun, 6 Nov 2022 20:32:32 -0500 Subject: [PATCH] Update comment on Dynamic to included embedded files --- z/cmd.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/z/cmd.go b/z/cmd.go index 8788419..61e141f 100644 --- a/z/cmd.go +++ b/z/cmd.go @@ -36,7 +36,8 @@ type Cmd struct { Description string `json:"description,omitempty"` // template Other []Section `json:"other,omitempty"` // template - // run-time additions to main documentation (ex: {{ exename }}) + // for use with text/template for run-time additions to main + // documentation and embedded file output (ex: {{ exename }}) Dynamic template.FuncMap `json:"-"` // administrative URLs