Remove more accidentally left-in code
This commit is contained in:
4
main.go
4
main.go
@ -33,8 +33,8 @@ const exitFail = 1
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app := cli.App{
|
app := cli.App{
|
||||||
Name: "funcy",
|
Name: "macrobot",
|
||||||
Usage: "Go interpreter for Keybase",
|
Usage: "Create macro commands in Keybase channels",
|
||||||
Version: version,
|
Version: version,
|
||||||
Writer: os.Stdout,
|
Writer: os.Stdout,
|
||||||
EnableBashCompletion: true,
|
EnableBashCompletion: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user