Skip to content

Commit

Permalink
bringing back kore-rpc-command (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax authored Aug 12, 2024
1 parent e4580c6 commit 06da0ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/kontrol/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ def rpc_args(self) -> ArgumentParser:
action='store_true',
help='Log traces of all simplification and rewrite rule applications.',
)
args.add_argument(
'--kore-rpc-command',
dest='kore_rpc_command',
type=str,
help='Custom command to start RPC server.',
)
args.add_argument(
'--use-booster',
dest='use_booster',
Expand Down

0 comments on commit 06da0ec

Please sign in to comment.