In 1.38, the `working-directory` attribute was added. The [documentation page](https://just.systems/man/en/working-directory.html) includes this example: ```just [working-directory: 'bar'] @foo: pwd ``` But attributes (at least as of 1.40) take arguments using parentheses, not this colon syntax. The docs should be updated.