summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorCastor Gemini <[email protected]>2025-08-24 01:21:01 -0500
committerJeff Carr <[email protected]>2025-08-24 01:21:01 -0500
commit357c20027fda714af0e08b3f9ddf89edfeb6ef39 (patch)
tree8e69ca6ecc1a4e7b7c87ee4e5fbd2bd25f80b639 /main.go
parent0a28d985b88866d131e3c6e2ce025edb99c1258c (diff)
Refactor: Rename gemini to regex throughout the codebase
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2edfe8b..cada3c2 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var BUILDTIME string
var resources embed.FS
// used for shell auto completion
-var ARGNAME string = "gemini"
+var ARGNAME string = "regex"
// using this for now. triggers config save
var configSave bool