Skip to content

List real REPL commands in README Features#139

Open
mazurroman wants to merge 1 commit into
mainfrom
rm/readme-repl-commands
Open

List real REPL commands in README Features#139
mazurroman wants to merge 1 commit into
mainfrom
rm/readme-repl-commands

Conversation

@mazurroman

Copy link
Copy Markdown
Member

Summary

  • The Features bullet advertised the REPL as step, break, print, etc., but print is not an implemented command.
  • docs/commands.md (added in soldb-repl: add resource info command #137) is the authoritative list of supported commands: next, nexti, step, continue, goto, break, clear, info, mode, help, quit.
  • Replace print with commands that exist today (step, next, break, continue) so the feature list matches the binary's behavior.

Test plan

  • grep -n print README.md confirms no print REPL command reference remains.
  • Each replacement command is documented in docs/commands.md.

The Features bullet advertised the REPL as 'step, break, print, etc.'
but 'print' is not an implemented command (see docs/commands.md, added
in #137, for the actual set: next, nexti, step, continue, goto, break,
clear, info, mode, help, quit). Replace it with commands that exist
today — 'step', 'next', 'break', 'continue' — so the feature list
matches the binary's behavior.
@mazurroman mazurroman force-pushed the rm/readme-repl-commands branch from dddae75 to 25cf311 Compare May 13, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant