Go to file
Evan Fiordeliso 160b3321ef Release v0.3.0 2023-11-16 23:02:14 -05:00
cmd Add semi-working implementation of fishshell completions 2023-11-12 23:54:52 -05:00
examples/hello-world Add semi-working implementation of fishshell completions 2023-11-12 23:54:52 -05:00
opt Add bash implementation of autocomplete and add names helper for command and option sets 2023-11-13 13:20:43 -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 version option handling 2023-11-16 23:01:54 -05:00
completions.go Add completions subcommands 2023-11-12 18:50:02 -05:00
completions_bash.go Add todo to bash completions 2023-11-13 15:24:18 -05:00
completions_fish.go Add bash implementation of autocomplete and add names helper for command and option sets 2023-11-13 13:20:43 -05:00
completions_powershell.go Add powershell completions implementation 2023-11-13 18:37:37 -05:00
completions_zsh.go Implement global options in zsh implementation 2023-11-13 19:06:59 -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 todo to zsh and add powershell base 2023-11-13 18:07:24 -05:00
go.sum Add todo to zsh and add powershell base 2023-11-13 18:07:24 -05:00
help.go Fix spacing on subcommand names 2023-11-16 22:58:49 -05:00
option.go Add semi-working implementation of fishshell completions 2023-11-12 23:54:52 -05:00
set.go Fix spacing on subcommand names 2023-11-16 22:58:49 -05:00
tpl_funcs.go Add powershell completions implementation 2023-11-13 18:37:37 -05:00

README.md

Go CLI Library