We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9efe3b commit f91a391Copy full SHA for f91a391
main.go
@@ -51,7 +51,7 @@ func main() {
51
fmt.Println(NewLogo)
52
os.Exit(0)
53
case "-docs", "--docs", "-nyaraka", "--nyaraka":
54
- repl.Tutor()
+ repl.Docs()
55
56
}
57
0 commit comments