Adding config commands
Showing
cmd/config.go
0 → 100644
cmd/config_add.go
0 → 100644
cmd/config_delete.go
0 → 100644
cmd/config_init.go
0 → 100644
cmd/config_list.go
0 → 100644
... | ... | @@ -5,10 +5,12 @@ go 1.12 |
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/fatih/color v1.7.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mattn/go-isatty v0.0.7 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/viper v1.3.2 | ||
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8 | ||
) |
Please register or sign in to comment