From efd65e7567d2c8440cf1b29af8c374e69f7e08e6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Oct 2025 03:23:13 -0500 Subject: working towards shell autocomplete support --- pluginCheck.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pluginCheck.go') diff --git a/pluginCheck.go b/pluginCheck.go index 8d60419..9779e8a 100644 --- a/pluginCheck.go +++ b/pluginCheck.go @@ -62,7 +62,7 @@ func checkPluginCompatibility(pluginPath string) error { func CheckPlugin() string { /* - if argGui.GuiPluginHack != "" { + if ArgvGui.GuiPluginHack != "" { // does os.Exec() and does not return TestPluginAndExit() } @@ -125,7 +125,7 @@ func checkPluginViaSubprocess(path string) error { // retuns true if func IsGoPluginTestHack() bool { /* - if argGui.GuiPluginHack == "" { + if ArgvGui.GuiPluginHack == "" { return false } */ -- cgit v1.2.3