From d5c0f063cff8fdb5e6366d60c8a296bfd2828849 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 3 Feb 2021 20:26:30 -0500 Subject: [PATCH] todo --- go/src/miller/auxents/repl/non_dsl.go | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/go/src/miller/auxents/repl/non_dsl.go b/go/src/miller/auxents/repl/non_dsl.go index 034bf0f8e..c5cbb4af3 100644 --- a/go/src/miller/auxents/repl/non_dsl.go +++ b/go/src/miller/auxents/repl/non_dsl.go @@ -262,6 +262,17 @@ func usageHelp(this *Repl) { fmt.Println("TODO: metahelp is TBD.") } +// PLAN: +// * :help +// * :help dsl functions +// * :help dsl function x +// * :help dsl keywords +// * :help dsl keywords x +// * :help repl +// * :help repl commands +// * :help repl intro +// * :help repl :foo + func handleHelp(this *Repl, args []string) bool { args = args[1:] // strip off verb if len(args) == 0 {