From af13dfdfc574d4c884dd1a3981fe23dd0b04abab Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Mon, 2 Nov 2020 22:31:50 +0530 Subject: [PATCH] this commit completes #72 --- internal/inspect/table.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/inspect/table.go b/internal/inspect/table.go index 47001f4..bbb1c58 100644 --- a/internal/inspect/table.go +++ b/internal/inspect/table.go @@ -18,6 +18,7 @@ func (i *Inspector) ProcessTablesCommand() (string, error) { // ProcessTableCommand responds to the command related to a table. // The response is a pre-formatted string which can be printed // on a CLI. +// func (i *Inspector) ProcessTableCommand(arg string) (string, error) { tbl, err := i.e.LoadTable(arg) if err != nil {