···1313 "go.followtheprocess.codes/test"
1414)
15151616-// TODO(@FollowTheProcess): Again a LOT of this is a straight copy paste from flag to get some confidence
1717-// in the parsing.
1818-//
1919-// I think we should make an internal parse package or something and shunt all of this stuff in there as it's
2020-// really only testing our Set logic.
2121-2216func TestArgableTypes(t *testing.T) {
2317 // We can't do table testing here because Arg[T] is a different type for each test
2418 // so we can't do a []Arg[T] which is needed to define the test cases