Parse config overrides on cli

This commit is contained in:
Dan Jones 2024-02-09 09:44:35 -06:00
commit 25f5c37243
8 changed files with 169 additions and 32 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.21.5
require (
github.com/BurntSushi/toml v1.3.2
github.com/mitchellh/mapstructure v1.5.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
)