gopher.nvim/vhs/Taskfile.yml(view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
version: "3" tasks: generate: deps: - comment - iferr - tags - impl comment: cmd: vhs comment.tape iferr: cmd: vhs iferr.tape tags: cmd: vhs tags.tape impl: cmd: vhs impl.tape json2go: cmd: vhs json2go.tape