mirror of
https://github.com/casey/just.git
synced 2024-11-22 10:26:26 +03:00
Add contrib directory (#1870)
This commit is contained in:
parent
43d88f50e0
commit
dcca9681e2
@ -3078,7 +3078,7 @@ A non-normative grammar of `justfile`s can be found in
|
|||||||
|
|
||||||
Before `just` was a fancy Rust program it was a tiny shell script that called
|
Before `just` was a fancy Rust program it was a tiny shell script that called
|
||||||
`make`. You can find the old version in
|
`make`. You can find the old version in
|
||||||
[extras/just.sh](https://github.com/casey/just/blob/master/extras/just.sh).
|
[contrib/just.sh](https://github.com/casey/just/blob/master/contrib/just.sh).
|
||||||
|
|
||||||
### User `justfile`s
|
### User `justfile`s
|
||||||
|
|
||||||
|
@ -2312,7 +2312,7 @@ fpath=($HOMEBREW_PREFIX/share/zsh/site-functions $fpath)
|
|||||||
|
|
||||||
### just.sh
|
### just.sh
|
||||||
|
|
||||||
在 `just` 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 `make`。你可以在 [extras/just.sh](https://github.com/casey/just/blob/master/extras/just.sh) 中找到旧版本。
|
在 `just` 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 `make`。你可以在 [contrib/just.sh](https://github.com/casey/just/blob/master/contrib/just.sh) 中找到旧版本。
|
||||||
|
|
||||||
### 用户 `justfile`
|
### 用户 `justfile`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user