Go to file
Evan Fiordeliso e061bcb881 Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
cmd Rename flags to options 2023-11-11 19:28:58 -05:00
examples/hello-world Update go.fifitido.net/cmd in hello world example 2023-11-10 00:59:53 -05:00
opts Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
.envrc Init devenv 2023-11-09 23:06:27 -05:00
.gitignore Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
README.md Initial commit 2023-11-09 22:59:46 -05:00
argument.go Add basic command handling, argument struct, and flag struct 2023-11-09 23:34:37 -05:00
command.go Add error for unknown option 2023-11-11 21:29:56 -05:00
devenv.lock Init devenv 2023-11-09 23:06:27 -05:00
devenv.nix Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
devenv.yaml Init devenv 2023-11-09 23:06:27 -05:00
go.mod Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
go.sum Add a bunch of test cases for the parser and add benchmarks 2023-11-12 14:27:36 -05:00
help.go Rename flags to options 2023-11-11 19:28:58 -05:00
option.go Rename flags to options 2023-11-11 19:28:58 -05:00
set.go Add command set and move help and version flags to global flags default set 2023-11-11 19:16:05 -05:00

README.md

Go CLI Library