| 12 | ) |
| 13 | |
| 14 | type storageB2Flags struct { |
| 15 | b2options b2.Options |
| 16 | } |
| 17 | |
| 18 | func (c *storageB2Flags) Setup(svc StorageProviderServices, cmd *kingpin.CmdClause) { |
| 19 | cmd.Flag("bucket", "Name of the B2 bucket").Required().StringVar(&c.b2options.BucketName) |
nothing calls this directly
no outgoing calls
no test coverage detected