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

Function sprintExamples

lib/transform/gen_help.go:97–104  ·  view source on GitHub ↗

go run ./ convmv --help

()

Source from the content-addressed store, hash-verified

95
96// go run ./ convmv --help
97func sprintExamples() string {
98 s := "Examples:\n"
99 for _, e := range examples {
100 s += fmt.Sprintf("\n```console\n%s\n", e.command())
101 s += fmt.Sprintf("// Output: %s\n```\n", e.output())
102 }
103 return s
104}
105
106func commandTable() string {
107 s := `| Command | Description |

Callers 1

SprintListFunction · 0.85

Calls 2

commandMethod · 0.80
outputMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…