MCPcopy
hub / github.com/ph4ntonn/Stowaway / ShowMainHelp

Function ShowMainHelp

admin/cli/cli.go:32–40  ·  view source on GitHub ↗

ShowMainHelp 打印admin模式下的帮助

()

Source from the content-addressed store, hash-verified

30
31// ShowMainHelp 打印admin模式下的帮助
32func ShowMainHelp() {
33 fmt.Print(`
34 help Show help information
35 detail Display connected nodes' detail
36 topo Display nodes' topology
37 use <id> Select the target node you want to use
38 exit Exit Stowaway
39 `)
40}
41
42// ShowNodeHelp 打印node模式下的帮助
43func ShowNodeHelp() {

Callers 4

expectParamsMethod · 0.85
expectParamsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected