casey / casey/just

When using `[positional-arguments]`, "$@" is not expanded in a command's echo

Open
#2,875 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
35.8k
Forks
846
Avg merge
27m
Merged PRs (30d)
3

Description

Say I have a task

```
[positional-arguments]
run *args:
scala-cli run . -- "$@"
```

When i run this task with

`just run --myflag myarg`

I get the output

**`scala-cli run . -- "$@"`**
`...`

However it would be more helpful to have echoed the real positional arguments I had provide, i.e.:

**`scala-cli run . -- --myflag myarg`**
`...`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.