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

641
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.2.2"
version = "0.2.3"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"

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` │