You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor summarize command and options in cli.py and __main__.py. (#2725)
- Updated the `exec_summarize` function to support new `SummarizeOptions`, allowing for opcode-specific summarization and an option to clear existing proofs.
- Modified the CLI to replace `ProveOptions` with `SummarizeOptions` for the `summarize` command, enhancing argument handling.
- Introduced a new `clear_proofs` function to remove existing proof files before summarization.
- Improved documentation and help messages for the `summarize` command to clarify usage.
0 commit comments