Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Nov 12, 2018
1 parent bb3d8a7 commit 6b48fec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@ $ go get github.com/mattrobenolt/email-me

```
NAME:
email-me - email me when a thing is done
email-me - email me when a thing is done
USAGE:
email-me [global options] [arguments...]
email-me [global options] [arguments...]
VERSION:
0.3.0
0.3.1
GLOBAL OPTIONS:
--to email address to send output to [$EMAIL_ME_TO]
--subject, -s subject of email (optional)
--max "10000" max bytes to capture for stdout/stderr [$EMAIL_ME_MAX]
--on-error only notify on a non-0 exit code
--to value email address to send output to [$EMAIL_ME_TO]
--subject value, -s value subject of email (optional)
--max value max bytes to capture for stdout/stderr (default: 10000) [$EMAIL_ME_MAX]
--on-error only notify on a non-0 exit code
--version, -v print the version
```

## Example email
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/jeanfric/goembed/countingwriter"
)

const Version = "0.3.0"
const Version = "0.3.1"

func usageAndExit(s string, c *cli.Context) {
fmt.Printf("!! %s\n\n", s)
Expand Down

0 comments on commit 6b48fec

Please sign in to comment.