Formatting
This commit is contained in:
1
mage.go
1
mage.go
@ -35,6 +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
|
// Build kbtui with beta functionality
|
||||||
func BuildBeta() {
|
func BuildBeta() {
|
||||||
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd")
|
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd")
|
||||||
|
|||||||
Reference in New Issue
Block a user