Update stuff
This commit is contained in:
parent
b0d72f319f
commit
3b78451f23
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "j"
|
name = "j"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
@ -7,5 +7,4 @@ description = "a command runner"
|
|||||||
homepage = "https://github.com/casey/j"
|
homepage = "https://github.com/casey/j"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
brev = "0.1.6"
|
brev = "0.1.6"
|
||||||
|
@ -13,6 +13,10 @@ Adding one argument specifies the recipe:
|
|||||||
|
|
||||||
`j compile`
|
`j compile`
|
||||||
|
|
||||||
|
Multiple recipes can be run in order:
|
||||||
|
|
||||||
|
`j lint compile test`
|
||||||
|
|
||||||
Arguments after `--` are exported as `ARG0, ARG1, ..., ARGN`, which can be used in the justfile. To run recipe `compile` and export `ARG0=bar` and `ARG1=baz`:
|
Arguments after `--` are exported as `ARG0, ARG1, ..., ARGN`, which can be used in the justfile. To run recipe `compile` and export `ARG0=bar` and `ARG1=baz`:
|
||||||
|
|
||||||
`just compile -- bar baz`
|
`just compile -- bar baz`
|
||||||
|
Loading…
Reference in New Issue
Block a user