Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takameron committed Feb 25, 2021
1 parent f2a1231 commit 07e67f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,24 @@ NAME:
USAGE:
main [global options] command [command options] [arguments...]
VERSION:
1.1.1
AUTHOR(S):
Joe Fitzgerald <jfitzgerald@pivotal.io> Sunyong Lim <dicebattle@gmail.com> Yoshihiro Misawa <myoshi321go@gmail.com>
1.2.0
AUTHORS:
Joe Fitzgerald <jfitzgerald@pivotal.io>
Sunyong Lim <dicebattle@gmail.com>
Yoshihiro Misawa <myoshi321go@gmail.com>
takameron <contact@takameron.info>
COMMANDS:
help, h Shows a list of commands or help for one command
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--token value, -t value a Slack API token: (see: https://api.slack.com/web) [$SLACK_API_TOKEN]
--output value, -o value Output directory path. Default: current directory path
--help, -h show help
--version, -v print the version
--output value, -o value Output directory path. Default: current directory path [$]
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
Email: "contact@takameron.info",
},
}
app.Version = "1.1.3"
app.Version = "1.2.0"
app.Action = func(c *cli.Context) error {
token := c.String("token")
if token == "" {
Expand Down

0 comments on commit 07e67f4

Please sign in to comment.