From b410d0fd083ee89eed410cda2123a22cddcd3f44 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 6 Nov 2022 19:57:20 -0600 Subject: Implement a early AddButton() via a golang plugin pass a name to gocui.AddButton() cleaner plugin usage add the start to golang plugin plugin stuff in a single file added a button correctly andlabs/ui added a button via plugin to gocli hot diggity! trying to invoke a gocli plugin function from the andlabs ui load the plugin hide more debugging output turn off all output Signed-off-by: Jeff Carr --- cmds/buttonAsPlugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/buttonAsPlugin/Makefile') diff --git a/cmds/buttonAsPlugin/Makefile b/cmds/buttonAsPlugin/Makefile index 431d956..d9a67bf 100644 --- a/cmds/buttonAsPlugin/Makefile +++ b/cmds/buttonAsPlugin/Makefile @@ -1,5 +1,5 @@ run: build - ./buttonAsPlugin + ./buttonAsPlugin >/tmp/buttonAsPlugin.log 2>&1 build-release: go get -v -u -x . -- cgit v1.2.3