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

Formatting

This commit is contained in:
Gregory Rudolph
2019-10-09 11:48:53 -04:00
parent 3da9fd0390
commit f37739ed70

View File

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