You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update docs
split up the addTasks function since it was getting too long, and had logical parts to be split
others are spacing, linting fixes from golangci-lint
"timezone": {description: "Sets the timezone for time metrics (default is local time)"},
46
-
"title": {value: &l.TaskTitle,
47
-
description: fmt.Sprintf("Sets the task to check. This corresonds to the title of the scheduled task. Default: '%s'", CheckTaskschedDefaultTaskTitle)},
48
-
"folder": {value: &l.Folder,
46
+
"title": {
47
+
value: &l.TaskTitle,
48
+
description: fmt.Sprintf("Sets the task to check. This corresonds to the title of the scheduled task. Default: '%s'", CheckTaskschedDefaultTaskTitle),
49
+
},
50
+
"folder": {
51
+
value: &l.Folder,
49
52
description: fmt.Sprintf("The folder where the scheduled task is saved. This is used for exact matches, unless recurisive option is enabled. Default: '%s'",
50
-
CheckTaskschedDefaultFolder)},
51
-
"recursive": {value: &l.Recursive,
52
-
description: fmt.Sprintf("Include the subfolders of the specified folder as well when searching for scheduled tasks. Default: '%t'", CheckTaskschedDefaultRecursive)},
description: fmt.Sprintf("Include the subfolders of the specified folder as well when searching for scheduled tasks. Default: '%t'", CheckTaskschedDefaultRecursive),
0 commit comments