MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / do_help

Method do_help

starrynet/cli.py:121–125  ·  view source on GitHub ↗

Describe available CLI commands.

(self, line)

Source from the content-addressed store, hash-verified

119 ' You may use the commands multiple times.\n')
120
121 def do_help(self, line):
122 "Describe available CLI commands."
123 Cmd.do_help(self, line)
124 if line == '':
125 output(self.helpStr)
126
127 def do_create_nodes(self, _line):
128 "initialize the entire network nodes"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected