grim/hgkeeper

Prepare for the 1.1.0 release
v1.1.0
16 months ago, Gary Kramlich
22d5b3872b43
Prepare for the 1.1.0 release
package globals
type Globals struct {
ReposPath string `kong:"flag,name='repos-path',env='HGK_REPOS_PATH',default='repos',help='the directory where the repositories are stored'"`
AdminRepo string `kong:"flag,name='admin-repo',env='HGK_ADMIN_REPO',default='hgkeeper',help='the name of the admin repo to create/use'"`
}