feat: 0.2.3, update help message

This commit is contained in:
2023-11-26 09:14:17 +08:00
parent 10a9364f96
commit b75e350db1
3 changed files with 391 additions and 257 deletions

View File

@@ -7,6 +7,9 @@ $ runrs -h|--help
Show template:
$ runrs -t|--template
Show scriptions:
$ runrs -l|--list
Install script:
$ runrs -i|--install <script.rs>
@@ -20,7 +23,7 @@ Environment variables:
┌──────────────────────┬────────────────────────────────────────────────┐
│ Variable │ Description │
├──────────────────────┼────────────────────────────────────────────────┤
│ HOME │ User home, default by OS system
│ HOME │ User home, default from OS system │
│ RUNRS_SKIP_CACHE │ Skip compiled cached file, `bool` │
│ RUNRS_REBUILD │ Force rebuild, `bool` │
│ RUNRS_SILENT_BUILD │ Build new binary in silent mode, `bool` │