1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 09:57:24 +00:00

updated mage for tabComplete option

This commit is contained in:
2019-10-17 11:01:16 -06:00
parent 5ed7cb6972
commit f7144f3ad5

View File

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