diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 12:38:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 12:38:01 -0500 |
| commit | 8ad0160a0d62591fbdc26518f8d664ff0ea64b8d (patch) | |
| tree | e10e9d8c62a782c1ea85969aaca7e648a0eab012 /theMagicOfAutocomplete.go | |
| parent | 9ab7015f12dcf2d629dd878a845dd29708f980ff (diff) | |
put things that I'm not sure about here
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index 902f1ea..a5516d2 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -15,14 +15,6 @@ import ( timestamppb "google.golang.org/protobuf/types/known/timestamppb" ) -// this is sill in development -// figure out how to trigger this -var argBash ArgsBash - -type ArgsBash struct { - Bash bool `arg:"--bash" help:"generate bash completion"` -} - func Autocomplete(dest any) *Argv { me = new(AutoArgs) // todo: redo this findAppInfo(dest) // parses back to main() for argv info |
