We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41c1f67 + 7cbb8d5 commit f9063b6Copy full SHA for f9063b6
output/notify/plugin.go
@@ -29,13 +29,13 @@ func init() {
29
Name: "notify",
30
Description: "display events using operating system notifications",
31
NewFromOptionsFunc: NewFromCmdlineOptions,
32
- Options: []plugin.PluginOption{
+ Options: []plugin.PluginOption{
33
{
34
- Name: "title",
35
- Type: plugin.PluginOptionTypeString,
36
- Description: "specifies the title to use",
+ Name: "title",
+ Type: plugin.PluginOptionTypeString,
+ Description: "specifies the title to use",
37
DefaultValue: "Snek",
38
- Dest: &(cmdlineOptions.title),
+ Dest: &(cmdlineOptions.title),
39
},
40
41
0 commit comments