Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-26 00:20:44 +00:00
parent 048e3ad81e
commit 197e4c944f
55 changed files with 110 additions and 80 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# psysh
> A runtime developer console, interactive debugger and REPL for PHP.
> More information: <https://psysh.org>.
> More information: <https://github.com/bobthecow/psysh/wiki/CLI-options>.
- Open a shell in the current directory:
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
- Use a specific configuration file:
`psysh --config {{path/to/file}}`
`psysh {{[-c|--config]}} {{path/to/file}}`