Which version of Python is the problem with?
3.14
What semver version are you using?
3.0.2
What OS are you using? (Add more in the Environment section)
No response
Situation
def bump_build(self, token: Optional[str] = "build") -> "Version":
How do I pass the option token parameter when calling on cli?
How to reproduce
See above
Expected behavior
I expect to be able to pass an optional token parameter to the various bump functions.
Environment
No response
Which version of Python is the problem with?
3.14
What semver version are you using?
3.0.2
What OS are you using? (Add more in the Environment section)
No response
Situation
def bump_build(self, token: Optional[str] = "build") -> "Version":How do I pass the option token parameter when calling on cli?
How to reproduce
See above
Expected behavior
I expect to be able to pass an optional token parameter to the various bump functions.
Environment
No response