seafile_recovery/config.go

8 lines
146 B
Go

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