Skip to content

Commit

Permalink
GoDoc: Add missing help output, fix formatting
Browse files Browse the repository at this point in the history
- Add missing flag in help output
- Remove forced line break/wrapping since GoDoc interprets
  this as a code block instead of continuing the line

refs #4
  • Loading branch information
atc0005 committed Dec 19, 2019
1 parent 47314f6 commit abb9510
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ FEATURES
• very few build dependencies
• optional conversion of messages with Windows, Mac or Linux newlines to
`<br>` to increase compatibility with Teams formatting
• optional conversion of messages with Windows, Mac or Linux newlines to `<br>` to increase compatibility with Teams formatting
USAGE
Expand All @@ -33,6 +32,8 @@ Help output is below. See the README for examples.
The target channel where we will send a message
-color string
The hex color code used to set the desired trim color on submitted messages (default "#832561")
-convert-eol
Whether messages with Windows, Mac and Linux newlines are updated to use break statements before message submission
-message string
The (optionally) Markdown-formatted message to submit
-silent
Expand Down

0 comments on commit abb9510

Please sign in to comment.