Skip to content

Conversation

@zharinov
Copy link
Member

Summary

  • Add --bytecode flag to debug command
  • Dumps human-readable bytecode output from query
  • Requires valid query (exits with diagnostics on error)
  • Extract ensure_valid() helper for reuse

Usage:

cargo run -p plotnik-cli -- debug -q 'Test = (id) @x' --bytecode

Depends on: #192

Test plan

  • cargo check -p plotnik-cli passes
  • Manual test with --bytecode flag

@zharinov zharinov enabled auto-merge (squash) December 31, 2025 12:28
@zharinov zharinov changed the title feat: add --bytecode flag to debug command feat: add --bytecode flag to debug command Dec 31, 2025
@zharinov zharinov merged commit 83d04b7 into master Dec 31, 2025
4 checks passed
@zharinov zharinov deleted the feat/cli-bytecode branch December 31, 2025 12:29
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.

2 participants