diff options
| author | Jeff Carr <[email protected]> | 2025-10-25 19:49:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-25 19:49:40 -0500 |
| commit | c03f2e6ab138d25b514f05046f580e547e635252 (patch) | |
| tree | ba3d934a9b866a21e7f78e004af4dbc2a0428079 /theMagicOfAutocomplete.go | |
| parent | 7f1b62bd9eb7f45551b6b41b9561425075e8e398 (diff) | |
getting back to something somehow
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index 3931f45..29008bf 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -105,8 +105,8 @@ func prepareStdout() { me.pb.PrintDebug(me.last.GetCmd()) } - if strings.HasPrefix(me.pb.Partial, "--argv") { - me.pb.SendString("--argvdebug --argvhelp") + if strings.HasPrefix(me.pb.Partial, "'--argv") { + fmt.Fprintf(Stdout, " --argvdebug --argvhelp") me.pb.Stderr += fmt.Sprintln("argv override") me.debug = true return |
