seafile_recovery/config.go

8 lines
152 B
Go

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