Skip to content

Commit

Permalink
Merge pull request #247 from atc0005/add-missing-cmd-doc-file
Browse files Browse the repository at this point in the history
Add missing cmd doc file
  • Loading branch information
atc0005 committed Sep 2, 2022
2 parents 53606db + b43846c commit 28cc6c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cmd/send2teams/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Copyright 2021 Adam Chalkley
//
// https://github.com/atc0005/send2teams
//
// Licensed under the MIT License. See LICENSE file in the project root for
// full license information.

// Small CLI tool used to submit messages to Microsoft Teams. send2teams is
// intended for use by Nagios, scripts or other actions that may need to
// submit pass/fail results to a MS Teams channel.
//
// See our [GitHub repo]:
//
// - to review documentation (including examples)
// - for the latest code
// - to file an issue or submit improvements for review and potential
// inclusion into the project
//
// [GitHub repo]: https://github.com/atc0005/send2teams
package main

0 comments on commit 28cc6c7

Please sign in to comment.