MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Usage

Method Usage

internal/apps/app_cmd.go:59–62  ·  view source on GitHub ↗

Usage 使用方法

(usage string)

Source from the content-addressed store, hash-verified

57
58// Usage 使用方法
59func (this *AppCmd) Usage(usage string) *AppCmd {
60 this.usages = append(this.usages, usage)
61 return this
62}
63
64// Option 选项
65func (this *AppCmd) Option(code string, description string) *AppCmd {

Callers 2

updateDiskMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected