Skip to content

Commit

Permalink
Update quickstart example (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt authored Sep 22, 2023
1 parent c01bad2 commit ba90c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ main function directly from within gradle. You can pass command line arguments t
with the `--args` flag:

```shell
$ ./gradlew run --args="hello --count=3 --name=Clikt"
$ ./gradlew run --args="--count=3 Clikt"
```

A drawback to using the `run` gradle task is that it redirects stdout, so Clikt will not print
Expand Down

0 comments on commit ba90c85

Please sign in to comment.