feat: v0.3.0, use argh
This commit is contained in:
14
justfile
14
justfile
@@ -4,6 +4,18 @@ _:
|
||||
install:
|
||||
cargo install --path .
|
||||
|
||||
run-rust *args:
|
||||
cargo run -- {{args}}
|
||||
|
||||
run-go *args:
|
||||
cargo run --no-default-features --features switch-go-lang -- {{args}}
|
||||
|
||||
run-js *args:
|
||||
cargo run --no-default-features --features switch-js-lang -- {{args}}
|
||||
|
||||
run-dart *args:
|
||||
cargo run --no-default-features --features switch-dart-lang -- {{args}}
|
||||
|
||||
build-run-rust:
|
||||
cargo build --release
|
||||
|
||||
@@ -38,4 +50,4 @@ install-all:
|
||||
@just install
|
||||
@just install-run-go
|
||||
@just install-run-js
|
||||
@just install-run-dart
|
||||
@just install-run-dart
|
||||
|
||||
Reference in New Issue
Block a user