docs [skip ci]

This commit is contained in:
Michiel Borkent 2020-08-17 23:04:11 +02:00
parent 9fffa80def
commit 5402a452cb

View file

@ -616,9 +616,9 @@ $ bb my-script.clj
Hello from gist script! Hello from gist script!
``` ```
Caveat: building uberscripts works by statically inspecting top-level `ns` forms Caveat: building uberscripts works by running top-level `ns` forms and `require`
and `require` forms. The rest of the code is not evaluated. Code that relies on forms. The rest of the code is not evaluated. Code that relies on dynamic
dynamic requires may not work in an uberscript. requires may not work in an uberscript.
## Parsing command line arguments ## Parsing command line arguments