summaryrefslogtreecommitdiff
path: root/pluginCheck.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 03:23:13 -0500
committerJeff Carr <[email protected]>2025-10-18 03:23:13 -0500
commitefd65e7567d2c8440cf1b29af8c374e69f7e08e6 (patch)
tree6a7a9a1058fabd1fa93911d55702b2bc7dd83bc9 /pluginCheck.go
parente2310a4fce5f52fe32537e04aa6652402b5b9b4a (diff)
working towards shell autocomplete support
Diffstat (limited to 'pluginCheck.go')
-rw-r--r--pluginCheck.go4
1 files changed, 2 insertions, 2 deletions
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
}
*/