just.sh
-在 just
成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 make
。你可以在 extras/just.sh 中找到旧版本。
在 just
成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 make
。你可以在 contrib/just.sh 中找到旧版本。
diff --git a/man/en/chapter_67.html b/man/en/chapter_67.html index aba9bdb8ed..a2ab965150 100644 --- a/man/en/chapter_67.html +++ b/man/en/chapter_67.html @@ -179,7 +179,7 @@
Before just
was a fancy Rust program it was a tiny shell script that called
make
. You can find the old version in
-extras/just.sh.
Before just
was a fancy Rust program it was a tiny shell script that called
make
. You can find the old version in
-extras/just.sh.
justfile
sIf you want some recipes to be available everywhere, you have a few options.
First, create a justfile
in ~/.user.justfile
with some recipes.
在 just
成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 make
。你可以在 extras/just.sh 中找到旧版本。
在 just
成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 make
。你可以在 contrib/just.sh 中找到旧版本。
在 GRAMMAR.md 中可以找到一个非正式的 justfile
语法说明。
在 just
成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 make
。你可以在 extras/just.sh 中找到旧版本。
在 just
成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 make
。你可以在 contrib/just.sh 中找到旧版本。
justfile
如果你想让一些配方在任何地方都能使用,你有几个选择。
首先,在 ~/.user.justfile
中创建一个带有一些配方的 justfile
。