From 36c5feb5750061ccc4bf2d12889aed8adf795069 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 08:55:31 -0500 Subject: new argvpb changes --- complete.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'complete.go') diff --git a/complete.go b/complete.go index 987a812..5a73931 100644 --- a/complete.go +++ b/complete.go @@ -23,10 +23,6 @@ var BUILDTIME string // used for shell auto completion var APPNAME string = "forge" -func (args) InitArgv() (string, string, string) { - return APPNAME, BUILDTIME, VERSION -} - func (args) InitGui() error { // panic("got here") arg.Register(&gui.ArgvGui) -- cgit v1.2.3