Browse Source

updated to remove old emoji and add execcmd

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

2
mage.go

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

Loading…
Cancel
Save