Skip to content

Commit

Permalink
Deprecate backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
offby1 committed Oct 15, 2024
1 parent 4f31853 commit 3d4e308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d4e308

Please sign in to comment.