1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add env var defaults to AzureDevops module

This commit is contained in:
Chris Cummer
2019-09-21 04:13:13 -07:00
parent 2f9025ae2d
commit bb10669b09
3 changed files with 16 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ const defaultTitle = "Gitter"
type Settings struct {
common *cfg.Common
apiToken string `help:"Your GitterPersonal Access Token."`
apiToken string `help:"Your Gitter Personal Access Token."`
numberOfMessages int `help:"Maximum number of (newest) messages to be displayed. Default is 10" optional:"true"`
roomURI string `help:"The room you want to display." values:"Example: wtfutil/Lobby"`
}