From 1e8836a62a8982ed843deac9b88c4e6ceeb3aaf9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 17:16:03 -0600 Subject: add bash autocomplete --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index d168b30..77cd01c 100644 --- a/main.go +++ b/main.go @@ -17,6 +17,9 @@ import ( var VERSION string var BUILDTIME string +// used for shell auto completion +var ARGNAME string = "forge" + // using this for now. triggers config save var configSave bool -- cgit v1.2.3