diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 09:41:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 09:41:12 -0500 |
| commit | 9ab7015f12dcf2d629dd878a845dd29708f980ff (patch) | |
| tree | c66c5c26c6815627e6824baac2f0de8d2bddf60d /theMagicOfAutocomplete.go | |
| parent | 99b510e5811290dd1d788a65f43af341c7361c51 (diff) | |
probably enough house cleaning. now to think.
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index a5516d2..902f1ea 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -15,6 +15,14 @@ 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 |
