mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 11:07:22 +00:00
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
|
// Build kbtui with beta functionality
|
||||||
func BuildBeta() {
|
func BuildBeta() {
|
||||||
mg.Deps(BuildEmoji)
|
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