Browse Source

Remove more accidentally left-in code

master v0.0.2-pre
Sam Hofius 5 years ago
parent
commit
46e73116c8
  1. 4
      main.go

4
main.go

@ -33,8 +33,8 @@ const exitFail = 1 @@ -33,8 +33,8 @@ const exitFail = 1
func main() {
app := cli.App{
Name: "funcy",
Usage: "Go interpreter for Keybase",
Name: "macrobot",
Usage: "Create macro commands in Keybase channels",
Version: version,
Writer: os.Stdout,
EnableBashCompletion: true,

Loading…
Cancel
Save