cmd/opts
Evan Fiordeliso e061bcb881 Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
..
benchmarks_test.go Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
bool.go Refactor the option parsing code to use methods on a struct 2023-11-11 21:18:18 -05:00
float.go Add option parsing 2023-11-11 20:49:38 -05:00
global.go Rename flags to options 2023-11-11 19:28:58 -05:00
int.go Add option parsing 2023-11-11 20:49:38 -05:00
option.go Add option parsing 2023-11-11 20:49:38 -05:00
parser.go Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
parser_test.go Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
set.go Refactor the option parsing code to use methods on a struct 2023-11-11 21:18:18 -05:00
string.go Add option parsing 2023-11-11 20:49:38 -05:00