Browse Source

Formatting

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

1
mage.go

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