Skip to content

Commit

Permalink
cli/args: remove now redundant spec_module (#4262)
Browse files Browse the repository at this point in the history
This PR #4172 adds
`--spec-module` to `definition_args`, but it really belongs in
`spec_args` (which this PR adds:
#4245). But now we have two
`--spec-module` arguments present, both included into the KEVM CLI,
which causes it to fail to build.

This removes the now redundant `--spec-module` there.
  • Loading branch information
ehildenb authored Apr 17, 2024
1 parent ab7fafb commit 341ab80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyk/src/pyk/cli/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def definition_args(self) -> ArgumentParser:
type=str,
help='Code selector expression to use when reading markdown.',
)
args.add_argument('--spec-module', dest='spec_module', type=str, help='Module with claims to be proven.')
return args

@cached_property
Expand Down

0 comments on commit 341ab80

Please sign in to comment.