Describe available CLI commands.
(self, line)
| 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" |
nothing calls this directly
no outgoing calls
no test coverage detected