docs [skip ci]
This commit is contained in:
parent
9fffa80def
commit
5402a452cb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue