notnmeyer / tsk

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

CLI_ARGS aren't rendered into --list output #55

Closed notnmeyer closed 9 months ago

notnmeyer commented 9 months ago
➜ tsk -f examples/tasks.toml -l --filter template -- what
[template]
  Cmds = [
    "echo ",
  ]