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