Add 'help' command

This commit is contained in:
Derek Parker
2014-10-20 12:06:36 -05:00
parent 15da4c2e89
commit 09ff60f1ab
2 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,7 @@ func main() {
}
goreadline.LoadHistoryFromFile(historyFile)
fmt.Println("Type 'help' for list of commands.")
for {
cmdstr, err := t.promptForInput()