summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 12:13:45 -0500
committerJeff Carr <[email protected]>2025-10-16 12:13:45 -0500
commit28839452b290b83d409193044c5737a92cc1ec3e (patch)
tree9cc108b3f80463b67209cb12f4e044d6990d70d9 /theMagicOfAutocomplete.go
parent58083f07bc5b3dc3c93843110746c32492022a12 (diff)
Diffstat (limited to 'theMagicOfAutocomplete.go')
-rw-r--r--theMagicOfAutocomplete.go3
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