| 13 | ) |
| 14 | |
| 15 | type storageWebDAVFlags struct { |
| 16 | options webdav.Options |
| 17 | connectFlat bool |
| 18 | } |
| 19 | |
| 20 | func (c *storageWebDAVFlags) Setup(svc StorageProviderServices, cmd *kingpin.CmdClause) { |
| 21 | cmd.Flag("url", "URL of WebDAV server").Required().StringVar(&c.options.URL) |
nothing calls this directly
no outgoing calls
no test coverage detected