Browse Source

Updated mage allcommands to actually build all commands

pull/1/head
Gregory Rudolph 5 years ago
parent
commit
cae7510efd
  1. 2
      mage.go

2
mage.go

@ -28,5 +28,5 @@ func BuildAutoReact() { @@ -28,5 +28,5 @@ func BuildAutoReact() {
// Build kbtui with all Commands and TypeCommands enabled.
func BuildAllCommands() {
sh.Run("go", "build", "-tags", "type_commands")
sh.Run("go", "build", "-tags", "type_commands,allcommands")
}

Loading…
Cancel
Save