feat: 0.2.3, update help message
This commit is contained in:
641
Cargo.lock
generated
641
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "runrs"
|
name = "runrs"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
description = "A Tool for Run Rust Scripts"
|
description = "A Tool for Run Rust Scripts"
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ $ runrs -h|--help
|
|||||||
Show template:
|
Show template:
|
||||||
$ runrs -t|--template
|
$ runrs -t|--template
|
||||||
|
|
||||||
|
Show scriptions:
|
||||||
|
$ runrs -l|--list
|
||||||
|
|
||||||
Install script:
|
Install script:
|
||||||
$ runrs -i|--install <script.rs>
|
$ runrs -i|--install <script.rs>
|
||||||
|
|
||||||
@@ -20,7 +23,7 @@ Environment variables:
|
|||||||
┌──────────────────────┬────────────────────────────────────────────────┐
|
┌──────────────────────┬────────────────────────────────────────────────┐
|
||||||
│ Variable │ Description │
|
│ 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_SKIP_CACHE │ Skip compiled cached file, `bool` │
|
||||||
│ RUNRS_REBUILD │ Force rebuild, `bool` │
|
│ RUNRS_REBUILD │ Force rebuild, `bool` │
|
||||||
│ RUNRS_SILENT_BUILD │ Build new binary in silent mode, `bool` │
|
│ RUNRS_SILENT_BUILD │ Build new binary in silent mode, `bool` │
|
||||||
|
|||||||
Reference in New Issue
Block a user