diff options
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index 7fddb00..ae0888d 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -15,11 +15,11 @@ import ( timestamppb "google.golang.org/protobuf/types/known/timestamppb" ) -// TODO: rename 'all' to 'pb' and 'pb' to 'pbnew' or 'pbcur' func Autocomplete(dest any) *Auto { me = new(AutoArgs) // todo: redo this findAppInfo(dest) // parses back to main() for argv info + // todo: figure this out if me.guiFunc != nil { // register gui args me.guiFunc() @@ -42,6 +42,7 @@ func Autocomplete(dest any) *Auto { if err != nil { // there is no history. // todo: initialize the history file + // todo: check if this is automatically done already } // set the start time of the binary |
