From the just [readme](https://github.com/casey/just?tab=readme-ov-file#positional-arguments-1): > The positional-arguments setting causes all arguments to be passed as positional arguments, allowing them to be accessed with $1, $2, …, and $@, which can be then double-quoted to avoid further splitting by the shell: ```make set positional-arguments foo argument: touch "$1" ``` We shouldn't warn for unused parameters here. This is a bit tricky since we'd have to detect for proper usages of `$1`, `$2`, etc. for each arguments.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by terror and has received 0 comments.