From 3d4e3081cb7f413191f0836d3782da8e70854afd Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Mon, 14 Oct 2024 17:12:01 -0700 Subject: [PATCH] Deprecate backticks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 535b2bc402..481e7cd377 100644 --- a/README.md +++ b/README.md @@ -2034,6 +2034,8 @@ Use `just --groups --unsorted` to print groups in their justfile order. ### Command Evaluation Using Backticks +Backticks are an older feature that have largely been obsoleted by the `shell` function (see [External Commands](#external-commands).); we recommend that you use `shell` in new justfiles. + Backticks can be used to store the result of commands: ```just