doc
This commit is contained in:
parent
561611f067
commit
1a8742af89
1 changed files with 2 additions and 3 deletions
|
|
@ -801,10 +801,9 @@ handling of the SIGPIPE. This can be done by setting
|
||||||
Before new libraries or classes go into the standardly distributed babashka
|
Before new libraries or classes go into the standardly distributed babashka
|
||||||
binary, these evaluation criteria are considered:
|
binary, these evaluation criteria are considered:
|
||||||
|
|
||||||
- The library or class is useful for general purpose scripting or accomplishing
|
- The library or class is useful for general purpose scripting.
|
||||||
small devops tasks.
|
|
||||||
- Adding the library or class would make babashka more compatible with Clojure
|
- Adding the library or class would make babashka more compatible with Clojure
|
||||||
libraries relevant to scripting or small devops tasks.
|
libraries relevant to scripting.
|
||||||
- The functionality can't be met by shelling out to another CLI or can't be
|
- The functionality can't be met by shelling out to another CLI or can't be
|
||||||
written as a small layer over an existing CLI (like `babashka.curl`) instead.
|
written as a small layer over an existing CLI (like `babashka.curl`) instead.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue