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