From ebbefeb03ba91a3eb16f41417e75e9afb2df841e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 26 May 2020 22:47:05 +0200 Subject: [PATCH] README [ci skip] --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d173f810..835be2b8 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,11 @@ $ bb example.clj ### 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