feat: v0.1.11 add rebuild

This commit is contained in:
2022-08-08 00:30:06 +08:00
parent 10067174fc
commit b1ef84209e
4 changed files with 14 additions and 9 deletions

View File

@@ -10,13 +10,14 @@ cargo install --git https://git.hatter.ink/hatter/runrs runrs
Environment variables
| Env Key | Env Value |
|---------------|----------------------------------------------------------------|
| `HOME` | User home, default by OS system |
| Env Key | Env Value |
|---------------|---------------------------------------------------------------|
| `HOME` | User home, default by OS system |
| `RUNRS_SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` |
| `RUNRS_SILENT_BUILD` | Build new binary in silent mode |
| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file |
| `RUNRS_MAX_SCRIPT_LEN` | Max script length |
| `RUNRS_REBUILD` | Force rebuild |
| `RUNRS_SILENT_BUILD` | Build new binary in silent mode |
| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file |
| `RUNRS_MAX_SCRIPT_LEN` | Max script length |
<br>