seafile_recovery/config.go
2021-04-21 14:44:49 +02:00

8 lines
152 B
Go

package main
type configCollect struct {
Commits bool `docopt:"commits"`
Storage string `docopt:"--storage"`
RepoId string `docopt:"<repoid>"`
}