Loading...
Loading...
Compare original and translation side by side
just --dumpjust --evaluatejust --helpjust --listjust --show <RECIPE>just --summaryjustjust <RECIPE>just <RECIPE> <ARG1> <ARG2executable := 'main'just --dumpjust --evaluatejust --helpjust --listjust --show <RECIPE>just --summaryjustjust <RECIPE>just <RECIPE> <ARG1> <ARG2executable := 'main'git describe --tags --exact-match
Notes
-----
The comment proceeding a recipe is used as its doc-comment, and included in
`just --list`.
By default, each line of a recipe runs in a fresh shell. Recipes whose bodies
start with `#!` are written to a file and executed as a script.
Commonly used commands and scripts should be turned into `just` recipes.git describe --tags --exact-match
注意事项
-----
recipe前的注释会作为其文档注释,包含在`just --list`的输出中。
默认情况下,recipe的每一行都会在新的shell中运行。以`#!`开头的recipe内容会被写入文件并作为脚本执行。
常用的命令和脚本应转换为`just`的recipe。