From 46a2a33ed55110de7367345ab6b16b96384fab14 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Tue, 8 Oct 2019 17:14:12 -0400 Subject: [PATCH] Update mage file --- mage.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mage.go b/mage.go index d6c5a7d..c06f835 100644 --- a/mage.go +++ b/mage.go @@ -35,3 +35,7 @@ func BuildAllCommands() { func BuildAllCommandsT() { sh.Run("go", "build", "-tags", "type_commands,allcommands") } +// Build kbtui with beta functionality +func BuildBeta() { + sh.Run("go", "build", "-tags", "allcommands,showreactionscmd") +}