just
Reference for `just`, the command runner. Use when working in a project with a `justfile` or when the user mentions `just` or `justfile`. --- Just ==== Discovery --------- - `just --dump` Print justfile - `just --evaluate` Print variable values - `just --help` Print detailed command-line syntax help - `just --list` Print recipes with descriptions - `just --show <RECIPE>` Print recipe source - `just --summary` Print recipes without descriptiosn Execution --------- - `just` Run default recipe - `just <RECIPE>` Run specific recipe - `just <RECIPE> <ARG1> <ARG2` Run recipe with arguments Syntax ------ ```just
Changelog: Source: GitHub https://github.com/gnpaone/rust-just
No comments yet. Be the first one!