doc
This commit is contained in:
parent
30f3e3c5f1
commit
66b16d7d0a
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue