We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928c77d commit fe5f9bbCopy full SHA for fe5f9bb
1 file changed
lib/cli/dispatcher/info.go
@@ -57,3 +57,10 @@ func (dispatcher Dispatcher) Info(args []string) {
57
log.Error("No such node")
58
}
59
60
+
61
+// info about help function
62
+func (dispatcher Dispatcher) InfoHelp(args []string) {
63
+ fmt.Println("Usage of Info")
64
+ fmt.Println("\tInfo [HASH]")
65
+ fmt.Println("\tHASH\tThe hash of a node, node can be both a server or a client")
66
+}
0 commit comments