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