From 7398379052a1c79bde0d4f87de812b89bef9c6bc Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 17 Feb 2025 11:17:55 +0100 Subject: just-lock: Add option to set a just binary to use --- doc/future-designs/just-lock.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/future-designs/just-lock.md b/doc/future-designs/just-lock.md index 61e3c900..e20817bf 100644 --- a/doc/future-designs/just-lock.md +++ b/doc/future-designs/just-lock.md @@ -103,7 +103,7 @@ Usage: generate/update a `just-mr` configuration file ``` just-lock [-C ] [-o ] - [--local-build-root ] + [--local-build-root ] [--just ] [--git ] [-L|--launcher ] [--clone ] @@ -114,6 +114,7 @@ OPTIONS: the workspace root. If none found, placed as 'repos.json' in parent path of input file. --local-build-root PATH Local build root. Usual `just-mr` rules apply. + --just PATH Path to a `just` binary. If missing, use the `just` name from PATH. --git PATH Git binary to use if needed. If missing, system `git` is used. User must pass it also to `just-mr`. --launcher JSON Local launcher to use for commands. Given as a JSON list of strings. -- cgit v1.2.3