1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 08:15:44 +02:00

radare2: remove interactive CLI prompt (#17318)

This commit is contained in:
Managor 2025-07-22 19:37:16 +03:00 committed by GitHub
parent e7e36e0d0b
commit 2ee99a19d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,11 +17,11 @@
- Display help text for any command in the interactive CLI:
`> {{radare2_command}}?`
`{{radare2_command}}?`
- Run a shell command from the interactive CLI:
`> !{{shell_command}}`
`!{{shell_command}}`
- Dump raw bytes of current block to a file: