notnmeyer / tsk

A really, really simple task runner. Single binary, TOML task format.
MIT License
4 stars 0 forks source link

`tsk -l` cmd output doesn't differentiate between cmds #12

Closed notnmeyer closed 1 year ago

notnmeyer commented 1 year ago

I lazily print the raw string slice so there's no differentiation between the commands,

release
        cmds: [git tag -a v${VERSION} git push --tags goreleaser release --clean]