mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 11:07:22 +00:00
Updated mage allcommands to actually build all commands
This commit is contained in:
2
mage.go
2
mage.go
@ -28,5 +28,5 @@ func BuildAutoReact() {
|
|||||||
|
|
||||||
// Build kbtui with all Commands and TypeCommands enabled.
|
// Build kbtui with all Commands and TypeCommands enabled.
|
||||||
func BuildAllCommands() {
|
func BuildAllCommands() {
|
||||||
sh.Run("go", "build", "-tags", "type_commands")
|
sh.Run("go", "build", "-tags", "type_commands,allcommands")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user