Skip to content

Commit

Permalink
Add --kore-rpc-command option to pyk prove
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Apr 30, 2024
1 parent eb2cf93 commit 2cc1a5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyk/src/pyk/cli/pyk.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@ def create_argument_parser() -> ArgumentParser:
type=int,
help='Maximum number of KCFG explorations to take in attempting to discharge proof.',
)
prove_args.add_argument(
'--kore-rpc-command',
dest='kore_rpc_command',
type=str,
default=None,
help='Custom command to start RPC server.',
)

show_args = pyk_args_command.add_parser(
'show',
Expand Down

0 comments on commit 2cc1a5f

Please sign in to comment.