From ac08a3efb23f9eb6b55b88f87d5918bbb51abcb8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 29 Mar 2021 18:01:49 +0100 Subject: add description of Options --- internal/options/options.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/options/options.go b/internal/options/options.go index 816ddc9..9eb4501 100644 --- a/internal/options/options.go +++ b/internal/options/options.go @@ -1,3 +1,4 @@ package options +// Options is a map of all options specified by a DTail client to be transferred to the DTail server (e.g. such as grep context control such as -after, -before and -max). type Options map[string]string -- cgit v1.2.3