MCPcopy
hub / github.com/kopia/kopia / storageRcloneFlags

Struct storageRcloneFlags

cli/storage_rclone.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type storageRcloneFlags struct {
17 opt rclone.Options
18 connectFlat bool
19 embedRCloneConfigFile string
20}
21
22func (c *storageRcloneFlags) Setup(_ StorageProviderServices, cmd *kingpin.CmdClause) {
23 cmd.Flag("remote-path", "Rclone remote:path").Required().StringVar(&c.opt.RemotePath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected