cmd/config set: Support for setting fields imperatively from the cli

This commit is contained in:
Phillip Wittrock
2019-12-15 14:57:47 -08:00
parent 7c8e2f3948
commit 62e969c719
17 changed files with 1437 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ go 1.13
require (
github.com/go-errors/errors v1.0.1
github.com/olekukonko/tablewriter v0.0.4
github.com/posener/complete/v2 v2.0.1-alpha.12
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5