Use "cobra" to propose better command/flags

This commit is contained in:
2022-02-14 17:00:32 +01:00
parent 5a4d9e396d
commit d965e1d19b
4 changed files with 967 additions and 131 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.16
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/spf13/cobra v1.3.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)