Simple, intuitive CLI framework for Go pkg.go.dev/go.followtheprocess.codes/cli
go cli
0

Configure Feed

Select the types of activity you want to include in your feed.

Tick off a TODO

Tom Fleet (Nov 9, 2025, 12:57 PM UTC) a8e6f55c 460700ef

-6
-6
internal/arg/arg_test.go
··· 13 13 "go.followtheprocess.codes/test" 14 14 ) 15 15 16 - // TODO(@FollowTheProcess): Again a LOT of this is a straight copy paste from flag to get some confidence 17 - // in the parsing. 18 - // 19 - // I think we should make an internal parse package or something and shunt all of this stuff in there as it's 20 - // really only testing our Set logic. 21 - 22 16 func TestArgableTypes(t *testing.T) { 23 17 // We can't do table testing here because Arg[T] is a different type for each test 24 18 // so we can't do a []Arg[T] which is needed to define the test cases