updated mage for tabComplete option
This commit is contained in:
2
mage.go
2
mage.go
@ -116,5 +116,5 @@ func BuildAllCommandsT() {
|
||||
// Build kbtui with beta functionality
|
||||
func BuildBeta() {
|
||||
mg.Deps(BuildEmoji)
|
||||
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd,emojiList")
|
||||
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd,emojiList,tabcompletion")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user