package main type configCollect struct { Head bool `docopt:"head"` Ls bool `docopt:"ls"` Dump bool `docopt:"dump"` S3 bool `docopt:"s3"` Storage string `docopt:"--storage"` RepoId string `docopt:""` PathId string `docopt:""` Bucket string `docopt:""` }