diff --git a/mage.go b/mage.go index c06f835..fb1b1d2 100644 --- a/mage.go +++ b/mage.go @@ -35,6 +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")