Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -8,13 +8,13 @@ source: https://github.com/tldr-pages/tldr.git
> Native Clojure interpreter for scripting.
> More information: <https://book.babashka.org/#usage>.
- [e]valuate an expression:
- Evaluate an expression:
`bb -e "(+ 1 2 3)"`
`bb {{[-e|--eval]}} "(+ 1 2 3)"`
- Evaluate a script [f]ile:
- Evaluate a script file:
`bb -f {{path/to/script.clj}}`
`bb {{[-f|--file]}} {{path/to/script.clj}}`
- Bind [i]nput to a sequence of lines from `stdin`: