args docs: missed "to be"
This commit is contained in:
parent
2e08fce2f4
commit
17012b6c90
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ will return the original `args` that were passed to `-main`.
|
|||
|
||||
### "Reading" example
|
||||
|
||||
Here an [example app](https://github.com/tolitius/mount/blob/with-args/test/app/app.clj) that takes `-main` arguments
|
||||
Here is an [example app](https://github.com/tolitius/mount/blob/with-args/test/app/app.clj) that takes `-main` arguments
|
||||
and parses them with [tools.cli](https://github.com/clojure/tools.cli):
|
||||
|
||||
```clojure
|
||||
|
|
|
|||
Loading…
Reference in a new issue