Skip to content

Commit 98daf11

Browse files
authored
Update CONTRIBUTING.md
1 parent b9813cb commit 98daf11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ To run the project:
8989
dotnet run --project ./buckaroo-cli
9090
```
9191

92+
To pass arguments to Buckaroo using `dotnet`, use `--`:
93+
94+
```bash=
95+
dotnet run --project ./buckaroo-cli -- version
96+
```
97+
9298

9399
### Which branch should I use? 🤔
94100

0 commit comments

Comments
 (0)