mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 05:17:27 +00:00
updated to remove old emoji and add execcmd
This commit is contained in:
2
mage.go
2
mage.go
@ -93,7 +93,7 @@ func BuildAllCommandsT() {
|
||||
// Build kbtui with beta functionality
|
||||
func BuildBeta() {
|
||||
mg.Deps(getRemotePackages)
|
||||
if err := sh.Run("go", "build", "-tags", "allcommands showreactionscmd emojiList tabcompletion"); err != nil {
|
||||
if err := sh.Run("go", "build", "-tags", "allcommands showreactionscmd tabcompletion execcmd"); err != nil {
|
||||
defer func() {
|
||||
exit(err)
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user