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

Method command

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

Source from the content-addressed store, hash-verified

77}
78
79func (e example) command() string {
80 s := fmt.Sprintf(`rclone convmv %q`, e.path)
81 for _, f := range e.flags {
82 s += fmt.Sprintf(" --name-transform %q", f)
83 }
84 return s
85}
86
87func (e example) output() string {
88 ctx := context.Background()

Callers 1

sprintExamplesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected