MCPcopy Create free account
hub / github.com/rclone/rclone / commandTable

Function commandTable

lib/transform/gen_help.go:106–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func commandTable() string {
107 s := `| Command | Description |
108|------|------|`
109 for _, c := range commandList {
110 s += fmt.Sprintf("\n| `%s` | %s |", c.command, c.description)
111 }
112 s += "\n"
113 return s
114}
115
116// SprintList returns the example help text as a string
117func SprintList() string {

Callers 1

SprintListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…