1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 11:07:22 +00:00

Update mage file

This commit is contained in:
Gregory Rudolph
2019-10-08 17:14:12 -04:00
parent 12a5722d3b
commit 46a2a33ed5

View File

@ -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")
}