This commit is contained in:
Michiel Borkent 2020-05-11 13:26:44 +02:00
parent 30f3e3c5f1
commit 66b16d7d0a

View file

@ -420,8 +420,9 @@ The namespace `babashka.curl` is a tiny wrapper around curl. It's aliased as
A note on style. Babashka recommends the following:
- Only use `*input*` and aliases without an explicit require in bash one-liners.
- Use an explicit namespace form in scripts.
### Explicit requires
Use an explicit namespace form in scripts, unless you're writing one-liners.
Do this: