Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
add spec module in definition_args
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru committed Apr 11, 2024
1 parent 68bffc5 commit 3475299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyk/cli/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ 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 3475299

Please sign in to comment.