File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,20 @@ $ go get github.com/mattrobenolt/email-me
27
27
28
28
```
29
29
NAME:
30
- email-me - email me when a thing is done
30
+ email-me - email me when a thing is done
31
31
32
32
USAGE:
33
- email-me [global options] [arguments...]
33
+ email-me [global options] [arguments...]
34
34
35
35
VERSION:
36
- 0.3.0
36
+ 0.3.1
37
37
38
38
GLOBAL OPTIONS:
39
- --to email address to send output to [$EMAIL_ME_TO]
40
- --subject, -s subject of email (optional)
41
- --max "10000" max bytes to capture for stdout/stderr [$EMAIL_ME_MAX]
42
- --on-error only notify on a non-0 exit code
39
+ --to value email address to send output to [$EMAIL_ME_TO]
40
+ --subject value, -s value subject of email (optional)
41
+ --max value max bytes to capture for stdout/stderr (default: 10000) [$EMAIL_ME_MAX]
42
+ --on-error only notify on a non-0 exit code
43
+ --version, -v print the version
43
44
```
44
45
45
46
## Example email
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"github.com/jeanfric/goembed/countingwriter"
15
15
)
16
16
17
- const Version = "0.3.0 "
17
+ const Version = "0.3.1 "
18
18
19
19
func usageAndExit (s string , c * cli.Context ) {
20
20
fmt .Printf ("!! %s\n \n " , s )
You can’t perform that action at this time.
0 commit comments