Skip to content

Commit

Permalink
kontrol/cli: option --foundry-project-root => --root, to mimic direct…
Browse files Browse the repository at this point in the history
… forge calls better
  • Loading branch information
ehildenb committed Sep 25, 2023
1 parent afa4941 commit 0b5fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kontrol/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class KontrolCLIArgs(KEVMCLIArgs):
def foundry_args(self) -> ArgumentParser:
args = ArgumentParser(add_help=False)
args.add_argument(
'--foundry-project-root',
'--root',
dest='foundry_root',
type=dir_path,
default=Path('.'),
Expand Down

0 comments on commit 0b5fdbd

Please sign in to comment.