Taskfile.yml
1version: 3
2tasks:
3 screenshots:
4 cmds:
5 - freeze -W 700 -H 800 --config full --output ./example/1.svg --execute "./example/run -h"
6 - freeze -W 700 -H 400 --config full --output ./example/2.svg --execute "./example/run -e"
7 - freeze -W 700 -H 400 --config full --output ./example/3.svg --execute "./example/run --this-flag-doesnt-exist"