From 411226cf9df0814ff8e714958da87c853b519bc6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 13:58:28 -0500 Subject: A new life awaits you in the Off-world colonies! --- interface.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interface.go') diff --git a/interface.go b/interface.go index 0a8b784..02541a6 100644 --- a/interface.go +++ b/interface.go @@ -1,4 +1,4 @@ -package prep +package argvpb // this is a work in progress @@ -14,13 +14,13 @@ type appnameI interface { type autoFuncI interface { // Version returns the version string that will be printed on a line by itself // at the top of the help message. - DoAutoComplete(*Auto) + DoAutoComplete(*Argv) } type sendCompletionStringsI interface { // Version returns the version string that will be printed on a line by itself // at the top of the help message. - SendCompletionStrings(*Auto) + SendCompletionStrings(*Argv) } type buildtimeI interface { -- cgit v1.2.3