hemtt script
Run a Rhai script on the project
Usage: hemtt [OPTIONS] <name>
Arguments:
<name> The name of the script to run, without .rhai
Options:
-t, --threads <THREADS> Number of threads, defaults to # of CPUs
-v... Verbosity level
-h, --help Print help (see more with '--help')
Description
Run a Rhai script on the project
hemtt script
is used to run a Rhai script on the project
This is useful for automating tasks in a platform agnostic way,
or requiring external dependencies.
Learn more about Scripts.
Arguments
<name>
The name of the script to run, without .rhai
Scripts are kept in .hemtt/scripts/