Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2018346 + a5f3a69 commit 7e062c8Copy full SHA for 7e062c8
src/semver/__main__.py
@@ -25,4 +25,4 @@ def main(cliargs: Optional[List[str]] = None) -> int:
25
26
27
if __name__ == "__main__":
28
- sys.exit(main(sys.argv))
+ sys.exit(main(sys.argv[1:]))
0 commit comments