Browse Source

updated mage for tabComplete option

pull/21/head
David Haukeness 5 years ago
parent
commit
f7144f3ad5
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 2
      mage.go

2
mage.go

@ -116,5 +116,5 @@ func BuildAllCommandsT() { @@ -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")
}

Loading…
Cancel
Save