Skip to content

Commit b7b4631

Browse files
feat: new and simplified CLI flag parsing code and YAML support
1 parent 78d5b3d commit b7b4631

11 files changed

Lines changed: 1197 additions & 385 deletions

File tree

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/itchyny/json2yaml v0.1.4
1414
github.com/kernel/hypeman-go v0.9.1
1515
github.com/muesli/reflow v0.3.0
16+
github.com/stretchr/testify v1.10.0
1617
github.com/tidwall/gjson v1.18.0
1718
github.com/tidwall/pretty v1.2.1
1819
github.com/urfave/cli-docs/v3 v3.0.0-alpha6
@@ -73,4 +74,7 @@ require (
7374
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
7475
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
7576
google.golang.org/grpc v1.75.1 // indirect
77+
github.com/davecgh/go-spew v1.1.1 // indirect
78+
github.com/pmezard/go-difflib v1.0.0 // indirect
79+
gopkg.in/yaml.v3 v3.0.1 // indirect
7680
)

0 commit comments

Comments
 (0)