README [ci skip]

This commit is contained in:
Michiel Borkent 2020-05-26 22:47:05 +02:00
parent 3891efd472
commit ebbefeb03b

View file

@ -346,7 +346,11 @@ $ bb example.clj
### Command-line arguments ### Command-line arguments
Command-line arguments can be retrieved using `*command-line-args*`. Command-line arguments can be retrieved using `*command-line-args*`. If you want
to parse command line arguments, you may use the built-in `clojure.tools.cli`
namespace or use the
[nubank/docopt](https://github.com/borkdude/babashka/blob/master/doc/libraries.md#nubankdocopt)
library.
### Additional namespaces ### Additional namespaces