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!
|
||||
```
|
||||
|
||||
Caveat: building uberscripts works by statically inspecting top-level `ns` forms
|
||||
and `require` forms. The rest of the code is not evaluated. Code that relies on
|
||||
dynamic requires may not work in an uberscript.
|
||||
Caveat: building uberscripts works by running top-level `ns` forms and `require`
|
||||
forms. The rest of the code is not evaluated. Code that relies on dynamic
|
||||
requires may not work in an uberscript.
|
||||
|
||||
## Parsing command line arguments
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue