notnmeyer / tsk

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

feat: "pure" tasks #36

Closed notnmeyer closed 1 year ago

notnmeyer commented 1 year ago

a "pure" task does not inherit the parent process's environment, with the exception of $USER and $HOME. a task can be made pure by setting pure = true in the task definition, or all tasks can be made pure by using the CLI argument --pure.