Go to file
Evan Fiordeliso 3f7f04e4f1 Add completions subcommands 2023-11-12 18:50:02 -05:00
examples/hello-world Update go.fifitido.net/cmd in hello world example 2023-11-10 00:59:53 -05:00
opt Rename opts package to opt 2023-11-12 17:19:34 -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 Rename opts package to opt 2023-11-12 17:19:34 -05:00
completions.go Add completions subcommands 2023-11-12 18:50:02 -05:00
completions_bash.go Add completions subcommands 2023-11-12 18:50:02 -05:00
completions_fish.go Add completions subcommands 2023-11-12 18:50:02 -05:00
completions_powershell.go Add completions subcommands 2023-11-12 18:50:02 -05:00
completions_zsh.go Add completions subcommands 2023-11-12 18:50:02 -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 Remove benchmarks 2023-11-12 16:54:04 -05:00
go.sum Remove benchmarks 2023-11-12 16:54:04 -05:00
help.go Add command arguments to help menu and don't show available options if there aren't any 2023-11-12 17:22:17 -05:00
option.go Rename opts package to opt 2023-11-12 17:19:34 -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