Browse Source

Update mage file

pull/1/head
Gregory Rudolph 5 years ago
parent
commit
46a2a33ed5
  1. 4
      mage.go

4
mage.go

@ -35,3 +35,7 @@ func BuildAllCommands() { @@ -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")
}

Loading…
Cancel
Save