Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-21 00:23:22 +00:00
parent 1ec3810968
commit b8203a5041
39 changed files with 133 additions and 46 deletions

View File

@@ -16,6 +16,10 @@ source: https://github.com/tldr-pages/tldr.git
`func_name`
- Define a function without the `function` keyword:
`{{func_name}}() { {{echo "Function contents here"}}; }`
- Display help:
`help function`