Document default shell (#2129)

This commit is contained in:
Casey Rodarmor 2024-06-05 21:06:32 +02:00 committed by GitHub
parent af249dbce1
commit 70d1e1b3af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -999,7 +999,7 @@ $ just test foo "bar baz"
#### Shell
The `shell` setting controls the command used to invoke recipe lines and
backticks. Shebang recipes are unaffected.
backticks. Shebang recipes are unaffected. The default shell is `sh -cu`.
```just
# use python3 to execute recipe lines and backticks