Merge pull request #2 from contaimlabs/feat/monitor-weight d4c29eae parents 1ad2b2b0 + 184f10b1

Add support for MonitorType and Weight

authored by Scott Plunkett committed by GitHub

1
# https://taskfile.dev
2
3
version: '3'
4
5
vars:
6
GREETING: Hello, World!
7
8
tasks:
9
default:
10
cmds:
11
- echo "{{.GREETING}}"
12
silent: true
13