mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 02:00:57 +00:00
Update cheatsheets
This commit is contained in:
21
psysh
Normal file
21
psysh
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# psysh
|
||||
|
||||
> A runtime developer console, interactive debugger and REPL for PHP.
|
||||
> More information: <https://psysh.org>.
|
||||
|
||||
- Open a shell in the current directory:
|
||||
|
||||
`psysh`
|
||||
|
||||
- Open a shell in a specific directory:
|
||||
|
||||
`psysh --cwd {{path/to/directory}}`
|
||||
|
||||
- Use a specific configuration file:
|
||||
|
||||
`psysh --config {{path/to/file}}`
|
||||
Reference in New Issue
Block a user