We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if you want to use those CLIs, you have to call them as:
python -m game7ctl.DiamondLoupeFacet verify-contract -h
These should be accessible directly from the game7ctl invocation as:
game7ctl
game7ctl diamond-loupe verify-contract -h
The text was updated successfully, but these errors were encountered:
Added Dimonds and Ownership to cli and refactored subparser[Issue G7D…
d67b8ee
…AO#20] Added better type hints. black reformating bumped the version number
Merge pull request #21 from muddi900/add/chmod
015c561
Added Dimonds and Ownership to cli and refactored subparser[Issue #20]
Successfully merging a pull request may close this issue.
Currently, if you want to use those CLIs, you have to call them as:
These should be accessible directly from the
game7ctl
invocation as:The text was updated successfully, but these errors were encountered: