Compare commits
2 Commits
v0.0.1-pre
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 46e73116c8 | |||
| b6d3414368 |
7
main.go
7
main.go
@ -1,6 +1,3 @@
|
|||||||
// This is a very simple bot that has 2 commands: set, and get. The set command sets a
|
|
||||||
// string variable named "message" in the Meta store, and the get command retrieves that
|
|
||||||
// variable and sends it to the user in a chat message.
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -36,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