working on the add command

This commit is contained in:
2020-05-27 20:55:33 -04:00
parent 5d7cd68279
commit 2d743d17c3
4 changed files with 69 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ package config
//Gvcconfig will be the struct that holds the entire client settings
type Gvcconfig struct {
Version string `toml:"version"`
RootPath string `toml:rootPath`
RootPath string `toml:"rootPath"`
Remotes []Remote `toml:"remote"` //The remote servers for the repo
Ignores Ignore `toml:"ignore"` //These files will be ignored for all add functions
NoCompress Ignore `toml:"nocompress"` //For binary compression some files should be ignored because the performance hit isn't worth the size savings