mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
todo
This commit is contained in:
parent
9b1f62dbf2
commit
d5c0f063cf
1 changed files with 11 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue