mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 13:17:23 +00:00
Update mage file
This commit is contained in:
4
mage.go
4
mage.go
@ -35,3 +35,7 @@ func BuildAllCommands() {
|
|||||||
func BuildAllCommandsT() {
|
func BuildAllCommandsT() {
|
||||||
sh.Run("go", "build", "-tags", "type_commands,allcommands")
|
sh.Run("go", "build", "-tags", "type_commands,allcommands")
|
||||||
}
|
}
|
||||||
|
// Build kbtui with beta functionality
|
||||||
|
func BuildBeta() {
|
||||||
|
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd")
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user