seafile_recovery/config.go

8 lines
152 B
Go
Raw Normal View History

2021-04-21 12:44:49 +00:00
package main
type configCollect struct {
Commits bool `docopt:"commits"`
Storage string `docopt:"--storage"`
RepoId string `docopt:"<repoid>"`
}